Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.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 …]
H A DDIEHash.h29 #define HANDLE_DIE_HASH_ATTR(NAME) DIEValue NAME;
86 void hashAttribute(const DIEValue &Value, dwarf::Tag Tag);
H A DDIE.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()
H A DDwarfUnit.h96 DIEValue(Attribute, Form, std::forward<T>(Value))); in addAttribute()
H A DDwarfDebug.cpp2466 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) { in computeIndexValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.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 …]
H A DDIEValue.def1 //===- llvm/CodeGen/DIEValue.def - DIEValue types ---------------*- C++ -*-===//
9 // Macros for running through all types of DIEValue.
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h48 assert(Old.getType() == DIEValue::isInteger); in set()
49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.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()
H A DDWARFStreamer.cpp1320 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1324 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap50 textual header "llvm/CodeGen/DIEValue.def"