Home
last modified time | relevance | path

Searched defs:FormValue (Results 1 – 9 of 9) 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-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h90 struct FormValue { struct
98 std::vector<FormValue> Values; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp167 DWARFFormValue FormValue(Spec.Form); in getAttributeValue() local
DDWARFDie.cpp84 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue, in dumpLocation()
364 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local
DDWARFAcceleratorTable.cpp97 DWARFFormValue FormValue(Atom.second); in validateForms() local
121 DWARFFormValue FormValue(Atom.second); in readAtoms() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp115 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp63 auto FormValue = Die.find(dwarf::DW_AT_location); in collectStatsForDie() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp142 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp246 Optional<DWARFFormValue> FormValue; in TestAllForms() local
1687 auto FormValue = it->getAttributeValue(/* offset */ 0, A, *U); in TEST() local
1732 auto FormValue = it->find(Attr); in TEST() local