Searched defs:toSigned (Results 1 – 7 of 7) sorted by relevance
240 inline Optional<int64_t> toSigned(const Optional<DWARFFormValue> &V) { in toSigned() function252 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned() function
273 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
270 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function282 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
1246 nn::GeneralResult<std::vector<int32_t>> toSigned(const std::vector<uint32_t>& vec) { in toSigned() function