Home
last modified time | relevance | path

Searched defs:FormValue (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/
DLVELFReader.cpp250 const DWARFFormValue &FormValue = in processOneAttribute() local
260 auto GetFlag = [](const DWARFFormValue &FormValue) -> bool { in processOneAttribute()
264 auto GetBoundValue = [](const DWARFFormValue &FormValue) -> int64_t { in processOneAttribute()
444 DWARFUnit *U) -> Expected<DWARFAddressRangesVector> { in processOneAttribute()
970 const DWARFFormValue &FormValue, in processLocationList()
1062 const DWARFFormValue &FormValue, in processLocationMember()
1077 const DWARFFormValue &FormValue) { in updateReference()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp261 DWARFFormValue FormValue; in getAttributeValueAsString() local
270 DWARFFormValue FormValue; in getAttributeValueAsAddress() local
279 DWARFFormValue FormValue; in getAttributeValueAsUnsignedConstant() local
288 DWARFFormValue FormValue; in getAttributeValueAsReference() local
297 DWARFFormValue FormValue; in getAttributeValueAsSectionOffset() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h89 struct FormValue { struct
97 std::vector<FormValue> Values; argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp71 static void dumpLocationList(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationList()
91 static void dumpLocationExpr(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationExpr()
125 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute() local
347 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local
475 if (auto FormValue = findRecursively(DW_AT_decl_file)) in getDeclFile() local
DDWARFAbbreviationDeclaration.cpp177 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
DDWARFFormValue.cpp104 DWARFFormValue FormValue(F); in createFromUnit() local
DDWARFAcceleratorTable.cpp96 DWARFFormValue FormValue(Atom.second); in validateForms() local
120 DWARFFormValue FormValue(Atom.second); in readAtoms() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp170 DWARFFormValue FormValue(Spec.Form); in getAttributeValue() local
DDWARFDie.cpp72 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue, in dumpLocation()
248 DWARFFormValue FormValue = DWARFFormValue::createFromUnit(Form, U, OffsetPtr); in dumpAttribute() local
418 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local
DDWARFFormValue.cpp102 DWARFFormValue FormValue(F); in createFromUnit() local
DDWARFAcceleratorTable.cpp97 DWARFFormValue FormValue(Atom.second); in validateForms() local
121 DWARFFormValue FormValue(Atom.second); in readAtoms() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp114 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp201 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()