Home
last modified time | relevance | path

Searched refs:getAsSignedConstant (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h104 Optional<int64_t> getAsSignedConstant() const;
220 return V->getAsSignedConstant(); in toSigned()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp643 Optional<int64_t> DWARFFormValue::getAsSignedConstant() const { in getAsSignedConstant() function in DWARFFormValue