Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h46 return DWARFFormValue::createFromSValue(Form, getImplicitConstValue()); in getFormValue()
82 int64_t getImplicitConstValue() const { in getImplicitConstValue() function
130 return AttributeSpecs[idx].getImplicitConstValue(); in getAttrImplicitConstValueByIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp155 OS << '\t' << Spec.getImplicitConstValue(); in dump()
197 Spec.getImplicitConstValue()); in getAttributeValueFromOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp44 return AttrSpec.getImplicitConstValue(); in processOneAttribute()
76 return AttrSpec.getImplicitConstValue(); in processOneAttribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp98 form_value.SetSigned(attr_spec.getImplicitConstValue()); in ExtractAttrAndFormValue()