Home
last modified time | relevance | path

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

/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/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp178 DWARFFormValue FormValue(Spec.Form); in getAttributeValue() local
DDWARFDie.cpp72 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue, in dumpLocation()
247 DWARFFormValue FormValue = DWARFFormValue::createFromUnit(Form, U, OffsetPtr); in dumpAttribute() local
431 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-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/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h92 struct FormValue { struct
100 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/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp201 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp246 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo() local
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp246 Optional<DWARFFormValue> FormValue; in TestAllForms() local
1785 auto FormValue = it->getAttributeValue(/* offset */ 0, A, *U); in TEST() local
1830 auto FormValue = it->find(Attr); in TEST() local