Searched refs:DIEValueAllocator (Results 1 – 7 of 7) sorted by relevance
40 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 …]
91 BumpPtrAllocator DIEValueAllocator; variable164 DIEBlock *getDIEBlock() { return new (DIEValueAllocator) DIEBlock(); } in getDIEBlock()
321 BumpPtrAllocator DIEValueAllocator; variable
189 SourceIdMap(DIEValueAllocator), in DwarfDebug()192 DIEValueAllocator), in DwarfDebug()195 DIEValueAllocator) { in DwarfDebug()
18 - DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();30 + DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
21 - DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();26 + DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
267 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);