Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h118 Optional<int64_t> getAsSignedConstant() const;
247 return V->getAsSignedConstant(); in toSigned()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp728 Optional<int64_t> DWARFFormValue::getAsSignedConstant() const { in getAsSignedConstant() function in DWARFFormValue
H A DDWARFContext.cpp1114 UpperBoundAttr->getAsSignedConstant()) { in getTypeSize()
1117 LowerBound = LowerBoundAttr->getAsSignedConstant().getValueOr(0); in getTypeSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1145 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute()
1171 Value = *Val.getAsSignedConstant(); in cloneScalarAttribute()