/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 251 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 D | DWARFDie.cpp | 72 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 D | DWARFAbbreviationDeclaration.cpp | 199 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
|
H A D | DWARFAcceleratorTable.cpp | 109 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 D | DWARFFormValue.cpp | 104 DWARFFormValue FormValue(F); in createFromUnit() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 93 struct FormValue { struct 101 std::vector<FormValue> Values; argument
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 228 mapping(IO & IO,DWARFYAML::FormValue & FormValue) mapping() argument
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 258 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo() local [all...] |
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoTest.cpp | 296 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...] |