Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h445 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
463 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
466 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
468 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
470 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
473 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()
489 auto Val = *V->getAsSignedConstant(); in appendTemplateParameters()
H A DDWARFFormValue.h119 LLVM_ABI std::optional<int64_t> getAsSignedConstant() const;
353 return V->getAsSignedConstant(); in toSigned()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h82 std::optional<int64_t> getAsSignedConstant() const;
H A DDWARFFormValue.cpp572 std::optional<int64_t> DWARFFormValue::getAsSignedConstant() const { in getAsSignedConstant() function in DWARFFormValue
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp50 Val->getAsSignedConstant()) { in addArrayDimension()
143 else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) in addTemplateParamNames()
269 } else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) { in addValueName()
H A DDWARFLinkerCompileUnit.cpp1674 else if (std::optional<int64_t> Val = FileIdxValue.getAsSignedConstant()) in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp561 UpperBoundAttr->getAsSignedConstant()) { in getTypeSizeImpl()
564 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/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp74 return *FormValue.getAsSignedConstant(); in processOneAttribute()
122 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.cpp1465 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute()
1540 Value = *Val.getAsSignedConstant(); in cloneScalarAttribute()