Home
last modified time | relevance | path

Searched refs:DIEValueList (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h84 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute()
159 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
162 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
165 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
179 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
190 void addPoolOpAddress(DIEValueList &Die, const MCSymbol *Label);
193 void addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute,
H A DDwarfCompileUnit.h36 class DIEValueList; variable
391 void addBaseTypeRef(DIEValueList &Die, int64_t Idx);
H A DDwarfUnit.cpp221 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt()
230 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt()
235 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
280 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel()
307 void DwarfUnit::addPoolOpAddress(DIEValueList &Die, const MCSymbol *Label) { in addPoolOpAddress()
347 void DwarfUnit::addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute, in addLabelDelta()
H A DDIE.cpp220 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
H A DDwarfCompileUnit.cpp1696 void DwarfCompileUnit::addBaseTypeRef(DIEValueList &Die, int64_t Idx) { in addBaseTypeRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h689 class DIEValueList {
728 const_value_iterator(DIEValueList::value_iterator X) in const_value_iterator()
805 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); } in takeValues()
819 class DIE : IntrusiveBackListNode, public DIEValueList {
1010 class DIELoc : public DIEValueList {
1046 class DIEBlock : public DIEValueList {
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1282 DIEValueList *Attr; in cloneBlockAttribute()
1293 Attr = Loc ? static_cast<DIEValueList *>(Loc) in cloneBlockAttribute()
1294 : static_cast<DIEValueList *>(Block); in cloneBlockAttribute()