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.h45 return DWARFFormValue::createFromSValue(Form, getImplicitConstValue()); in getFormValue()
81 int64_t getImplicitConstValue() const { in getImplicitConstValue() function
129 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/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp112 form_value.SetSigned(attr_spec.getImplicitConstValue()); in ExtractAttrAndFormValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp257 return AttrSpec.isImplicitConst() ? AttrSpec.getImplicitConstValue() in processOneAttribute()