Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.h45 return DWARFFormValue::createFromSValue(Form, getImplicitConstValue()); in getFormValue()
81 int64_t getImplicitConstValue() const { in getImplicitConstValue() function
129 return AttributeSpecs[idx].getImplicitConstValue(); in getAttrImplicitConstValueByIndex()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.cpp155 OS << '\t' << Spec.getImplicitConstValue(); in dump()
197 Spec.getImplicitConstValue()); in getAttributeValueFromOffset()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp112 form_value.SetSigned(attr_spec.getImplicitConstValue()); in ExtractAttrAndFormValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp257 return AttrSpec.isImplicitConst() ? AttrSpec.getImplicitConstValue() in processOneAttribute()