Home
last modified time | relevance | path

Searched refs:DIEValue (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIEHash.cpp225 if (V.getType() == DIEValue::isBaseTypeRef) { in hashBlockData()
248 void DIEHash::hashAttribute(const DIEValue &Value, dwarf::Tag Tag) { in hashAttribute()
259 case DIEValue::isNone: in hashAttribute()
265 case DIEValue::isEntry: in hashAttribute()
268 case DIEValue::isInteger: { in hashAttribute()
293 case DIEValue::isString: in hashAttribute()
299 case DIEValue::isInlineString: in hashAttribute()
305 case DIEValue::isBlock: in hashAttribute()
306 case DIEValue::isLoc: in hashAttribute()
307 case DIEValue::isLocList: in hashAttribute()
[all …]
HDDIEHash.h29 #define HANDLE_DIE_HASH_ATTR(NAME) DIEValue NAME;
86 void hashAttribute(const DIEValue &Value, dwarf::Tag Tag);
HDDIE.cpp176 for (const DIEValue &V : values()) in generateAbbrev()
210 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute()
216 return DIEValue(); in findAttribute()
315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue()
327 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf()
340 void DIEValue::print(raw_ostream &O) const { in print()
353 LLVM_DUMP_METHOD void DIEValue::dump() const { in dump()
HDDwarfUnit.h96 DIEValue(Attribute, Form, std::forward<T>(Value))); in addAttribute()
HDDwarfDebug.cpp2466 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) { in computeIndexValue()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDIEGenerator.h50 std::pair<DIEValue &, size_t> addScalarAttribute(dwarf::Attribute Attr, in addScalarAttribute()
57 std::pair<DIEValue &, size_t> addLocationAttribute(dwarf::Attribute Attr, in addLocationAttribute()
71 std::pair<DIEValue &, size_t> addBlockAttribute(dwarf::Attribute Attr, in addBlockAttribute()
93 std::pair<DIEValue &, size_t> addLocListAttribute(dwarf::Attribute Attr, in addLocListAttribute()
100 std::pair<DIEValue &, size_t> addIndexedStringAttribute(dwarf::Attribute Attr, in addIndexedStringAttribute()
108 std::pair<DIEValue &, size_t>
116 std::pair<DIEValue &, size_t> addInplaceString(dwarf::Attribute Attr, in addInplaceString()
129 DIEValue &ValueRef = in addInplaceString()
131 return std::pair<DIEValue &, size_t>(ValueRef, String.size() + 1); in addInplaceString()
160 std::pair<DIEValue &, size_t> addAttribute(dwarf::Attribute Attr, in addAttribute()
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDIE.h374 class DIEValue {
443 void copyVal(const DIEValue &X) { in copyVal()
460 DIEValue() = default;
462 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) { in DIEValue() function
466 DIEValue &operator=(const DIEValue &X) {
477 ~DIEValue() { destroyVal(); } in ~DIEValue()
480 DIEValue(dwarf::Attribute Attribute, dwarf::Form Form, const DIE##T &V) \
485 DIEValue(dwarf::Attribute Attribute, dwarf::Form Form, const DIE##T *V) \
691 DIEValue V;
693 explicit Node(DIEValue V) : V(V) {} in Node()
[all …]
HDDIEValue.def1 //===- llvm/CodeGen/DIEValue.def - DIEValue types ---------------*- C++ -*-===//
9 // Macros for running through all types of DIEValue.
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.h48 assert(Old.getType() == DIEValue::isInteger); in set()
49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp1283 DIEValue Value; in cloneBlockAttribute()
1325 Value = DIEValue(dwarf::Attribute(AttrSpec.Attr), in cloneBlockAttribute()
1337 Value = DIEValue(dwarf::Attribute(AttrSpec.Attr), in cloneBlockAttribute()
2040 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase()
2102 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
HDDWARFStreamer.cpp1320 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1324 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
/freebsd-head/contrib/llvm-project/llvm/include/
HDmodule.modulemap50 textual header "llvm/CodeGen/DIEValue.def"