Home
last modified time | relevance | path

Searched refs:DIEValueAllocator (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp40 DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1); in CompileUnit()
53 DIEEntry *Value = new (DIEValueAllocator) DIEEntry(Entry); in createDIEEntry()
144 DIEValue *Value = Integer == 1 ? DIEIntegerOne : new (DIEValueAllocator) in addUInt()
159 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer); in addSInt()
180 Value = new (DIEValueAllocator) DIELabel(Symb); in addString()
183 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool); in addString()
188 Value = new (DIEValueAllocator) DIEInteger(idx); in addString()
191 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String); in addString()
202 Value = new (DIEValueAllocator) DIELabel(Symb); in addLocalString()
205 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool); in addLocalString()
[all …]
DDwarfCompileUnit.h91 BumpPtrAllocator DIEValueAllocator; variable
164 DIEBlock *getDIEBlock() { return new (DIEValueAllocator) DIEBlock(); } in getDIEBlock()
DDwarfDebug.h321 BumpPtrAllocator DIEValueAllocator; variable
DDwarfDebug.cpp189 SourceIdMap(DIEValueAllocator), in DwarfDebug()
192 DIEValueAllocator), in DwarfDebug()
195 DIEValueAllocator) { in DwarfDebug()
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r261991-llvm-r198385-fix-dwarf2.diff18 - DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
30 + DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
Dpatch-r261991-llvm-r198389-fix-dwarf2.diff21 - DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
26 + DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
Dpatch-r261991-llvm-r195391-fix-dwarf2.diff267 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);