Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp251 const DWARFFormValue &FormValue = processOneAttribute() local
261 __anond4c34b680202(const DWARFFormValue &FormValue) processOneAttribute() argument
265 __anond4c34b680302(const DWARFFormValue &FormValue) processOneAttribute() argument
454 __anond4c34b680402(const DWARFFormValue &FormValue, DWARFUnit *U) processOneAttribute() argument
985 processLocationList(dwarf::Attribute Attr,const DWARFFormValue & FormValue,const DWARFDie & Die,uint64_t OffsetOnEntry,bool CallSiteLocation) processLocationList() argument
1066 processLocationMember(dwarf::Attribute Attr,const DWARFFormValue & FormValue,const DWARFDie & Die,uint64_t OffsetOnEntry) processLocationMember() argument
1081 updateReference(dwarf::Attribute Attr,const DWARFFormValue & FormValue) updateReference() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp72 dumpLocationList(raw_ostream & OS,const DWARFFormValue & FormValue,DWARFUnit * U,unsigned Indent,DIDumpOptions DumpOpts) dumpLocationList() argument
92 dumpLocationExpr(raw_ostream & OS,const DWARFFormValue & FormValue,DWARFUnit * U,unsigned Indent,DIDumpOptions DumpOpts) dumpLocationExpr() argument
126 const DWARFFormValue &FormValue = AttrValue.Value; dumpAttribute() local
350 if (auto FormValue = find(DW_AT_high_pc)) { getHighPC() local
478 if (auto FormValue = findRecursively(DW_AT_decl_file)) getDeclFile() local
[all...]
H A DDWARFAbbreviationDeclaration.cpp199 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
H A DDWARFAcceleratorTable.cpp109 DWARFFormValue FormValue(Atom.second); in validateForms() local
132 DWARFFormValue FormValue(Atom.second); in readAtoms() local
278 for (auto &FormValue : Values) in extract() local
730 auto FormValue = std::get<1>(Tuple); dump() local
[all...]
H A DDWARFFormValue.cpp104 DWARFFormValue FormValue(F); in createFromUnit() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp228 mapping(IO & IO,DWARFYAML::FormValue & FormValue) mapping() argument
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp258 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo() local
[all...]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp296 std::optional<DWARFFormValue> FormValue; in TestAllForms() local
1900 auto FormValue = it->getAttributeValue(/* offset */ 0, A, *U); global() local
1945 auto FormValue = it->find(Attr); global() local
[all...]