Home
last modified time | relevance | path

Searched refs:DIEValue (Results 1 – 15 of 15) 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.h30 #define HANDLE_DIE_HASH_ATTR(NAME) DIEValue NAME;
87 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.cpp2904 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) { in computeIndexValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h383 class DIEValue {
452 void copyVal(const DIEValue &X) { in copyVal()
469 DIEValue() = default;
471 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) { in DIEValue() function
475 DIEValue &operator=(const DIEValue &X) {
486 ~DIEValue() { destroyVal(); } in ~DIEValue()
489 DIEValue(dwarf::Attribute Attribute, dwarf::Form Form, const DIE##T &V) \
494 DIEValue(dwarf::Attribute Attribute, dwarf::Form Form, const DIE##T *V) \
700 DIEValue V;
702 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.h49 assert(Old.getType() == DIEValue::isInteger); in set()
50 *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()
2069 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase()
2145 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
H A DDWARFStreamer.cpp1325 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1329 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"
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15715 …EE6insertEPS2_RKS2_", "llvm::SmallVectorImpl<llvm::DIEValue*>::insert(llvm::DIEValue**, llvm::DIEV…
15892 {"_ZN4llvm8DIEValueD1Ev", "llvm::DIEValue::~DIEValue()"},
15893 {"_ZN4llvm8DIEValueD0Ev", "llvm::DIEValue::~DIEValue()"},
26221 {"_ZTVN4llvm8DIEValueE", "vtable for llvm::DIEValue"},