Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A 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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A 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
H A DDWARFAbbreviationDeclaration.cpp177 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
H A DDWARFFormValue.cpp104 DWARFFormValue FormValue(F); in createFromUnit() local
H A DDWARFAcceleratorTable.cpp96 DWARFFormValue FormValue(Atom.second); in validateForms() local
120 DWARFFormValue FormValue(Atom.second); in readAtoms() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp201 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp248 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo() local