Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.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-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.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
HDDWARFAbbreviationDeclaration.cpp199 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
HDDWARFAcceleratorTable.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
HDDWARFFormValue.cpp104 DWARFFormValue FormValue(F); in createFromUnit() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFYAML.cpp228 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()