Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp72 static void dumpLocationList(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationList()
95 static void dumpLocationExpr(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationExpr()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute() local
441 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local
DDWARFAbbreviationDeclaration.cpp178 DWARFFormValue FormValue(Spec.Form); in getAttributeValue() local
DDWARFFormValue.cpp102 DWARFFormValue FormValue(F); in createFromUnit() local
DDWARFAcceleratorTable.cpp97 DWARFFormValue FormValue(Atom.second); in validateForms() local
121 DWARFFormValue FormValue(Atom.second); in readAtoms() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h92 struct FormValue { struct
100 std::vector<FormValue> Values; argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp201 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()