Searched refs:toSigned (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h240 inline Optional<int64_t> toSigned(const Optional<DWARFFormValue> &V) { function in namespace:llvm::dwarf
252 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { function in namespace:llvm::dwarf
253 return toSigned(V).getValueOr(Default);

Completed in 62 milliseconds