Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp261 DWARFFormValue FormValue; in getAttributeValueAsString() local
270 DWARFFormValue FormValue; in getAttributeValueAsAddress() local
279 DWARFFormValue FormValue; in getAttributeValueAsUnsignedConstant() local
288 DWARFFormValue FormValue; in getAttributeValueAsReference() local
297 DWARFFormValue FormValue; in getAttributeValueAsSectionOffset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 DDWARFAcceleratorTable.cpp96 DWARFFormValue FormValue(Atom.second); in validateForms() local
120 DWARFFormValue FormValue(Atom.second); in readAtoms() local
H A DDWARFAbbreviationDeclaration.cpp177 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
H A DDWARFFormValue.cpp104 DWARFFormValue FormValue(F); in createFromUnit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h89 struct FormValue { struct
97 std::vector<FormValue> Values; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DDWARFYAML.h93 struct FormValue { struct
101 std::vector<FormValue> Values; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp72 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue, in dumpLocation()
248 DWARFFormValue FormValue = DWARFFormValue::createFromUnit(Form, U, OffsetPtr); in dumpAttribute() local
418 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local
H A DDWARFAbbreviationDeclaration.cpp170 DWARFFormValue FormValue(Spec.Form); in getAttributeValue() local
H A DDWARFAcceleratorTable.cpp97 DWARFFormValue FormValue(Atom.second); in validateForms() local
121 DWARFFormValue FormValue(Atom.second); in readAtoms() local
H A DDWARFFormValue.cpp102 DWARFFormValue FormValue(F); in createFromUnit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp114 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp201 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequest.go1428 func (r *Request) FormValue(key string) string { func