Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp351 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
369 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
372 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
374 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
376 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
379 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
395 auto Val = *V->getAsSignedConstant(); in appendTemplateParameters()
H A DDWARFDie.cpp542 UpperBoundAttr->getAsSignedConstant()) { in getTypeSizeImpl()
545 LowerBound = LowerBoundAttr->getAsSignedConstant().value_or(0); in getTypeSizeImpl()
H A DDWARFFormValue.cpp719 std::optional<int64_t> DWARFFormValue::getAsSignedConstant() const { in getAsSignedConstant() function in DWARFFormValue
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h115 std::optional<int64_t> getAsSignedConstant() const;
348 return V->getAsSignedConstant(); in toSigned()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp285 return *FormValue.getAsSignedConstant(); in processOneAttribute()
328 int64_t Value = *FormValue.getAsSignedConstant(); in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1447 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute()
1522 Value = *Val.getAsSignedConstant(); in cloneScalarAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1678 else if (std::optional<int64_t> Val = FileIdxValue.getAsSignedConstant()) in getDirAndFilenameFromLineTable()