Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp251 const DWARFFormValue &FormValue = in processOneAttribute() local
261 auto GetFlag = [](const DWARFFormValue &FormValue) -> bool { in processOneAttribute()
265 auto GetBoundValue = [](const DWARFFormValue &FormValue) -> int64_t { in processOneAttribute()
454 DWARFUnit *U) -> Expected<DWARFAddressRangesVector> { in processOneAttribute()
985 const DWARFFormValue &FormValue, in processLocationList()
1066 const DWARFFormValue &FormValue, in processLocationMember()
1081 const DWARFFormValue &FormValue) { in updateReference()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp72 static void dumpLocationList(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationList()
92 static void dumpLocationExpr(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationExpr()
126 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute() local
349 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local
477 if (auto FormValue = findRecursively(DW_AT_decl_file)) in getDeclFile() local
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); in dump() local
H A DDWARFFormValue.cpp104 DWARFFormValue FormValue(F); in createFromUnit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp228 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()