Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h45 return DWARFFormValue::createFromSValue(Form, getImplicitConstValue()); in getFormValue()
81 int64_t getImplicitConstValue() const { in getImplicitConstValue() function
129 return AttributeSpecs[idx].getImplicitConstValue(); in getAttrImplicitConstValueByIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp155 OS << '\t' << Spec.getImplicitConstValue(); in dump()
197 Spec.getImplicitConstValue()); in getAttributeValueFromOffset()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp114 form_value.SetSigned(attr_spec.getImplicitConstValue()); in ExtractAttrAndFormValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp256 return AttrSpec.isImplicitConst() ? AttrSpec.getImplicitConstValue() in processOneAttribute()