OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEValueAllocator
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
46
Die.addValue(
DIEValueAllocator
, Attribute, dwarf::DW_FORM_GNU_addr_index,
57
Die.addValue(
DIEValueAllocator
, Attribute, dwarf::DW_FORM_addr,
60
Die.addValue(
DIEValueAllocator
, Attribute, dwarf::DW_FORM_addr,
155
DIELoc *Loc = new (
DIEValueAllocator
) DIELoc;
205
DIELoc *Loc = new (
DIEValueAllocator
) DIELoc;
276
D.addValue(
DIEValueAllocator
, *StmtListValue);
386
return Die.addValue(
DIEValueAllocator
, Attribute,
389
new (
DIEValueAllocator
) DIEDelta(Hi, Lo));
446
auto ScopeDIE = DIE::get(
DIEValueAllocator
, dwarf::DW_TAG_inlined_subroutine);
473
auto ScopeDIE = DIE::get(
DIEValueAllocator
, dwarf::DW_TAG_lexical_block)
[
all
...]
DwarfUnit.cpp
68
: CUNode(Node), UnitDie(*DIE::get(
DIEValueAllocator
, UnitTag)), Asm(A),
186
Die.addValue(
DIEValueAllocator
, Attribute, dwarf::DW_FORM_flag_present,
189
Die.addValue(
DIEValueAllocator
, Attribute, dwarf::DW_FORM_flag,
197
Die.addValue(
DIEValueAllocator
, Attribute, *Form, DIEInteger(Integer));
209
Die.addValue(
DIEValueAllocator
, Attribute, *Form, DIEInteger(Integer));
219
Die.addValue(
DIEValueAllocator
, Attribute,
228
return Die.addValue(
DIEValueAllocator
, Attribute, Form, DIELabel(Label));
261
Die.addValue(
DIEValueAllocator
, Attribute, dwarf::DW_FORM_data4,
262
new (
DIEValueAllocator
) DIEDelta(Hi, Lo));
276
Die.addValue(
DIEValueAllocator
, dwarf::DW_AT_signature
[
all
...]
DwarfUnit.h
74
BumpPtrAllocator
DIEValueAllocator
;
156
DIELoc *getDIELoc() { return new (
DIEValueAllocator
) DIELoc; }
DwarfDebug.h
195
BumpPtrAllocator
DIEValueAllocator
;
DwarfDebug.cpp
206
InfoHolder(A, "info_string",
DIEValueAllocator
),
207
SkeletonHolder(A, "skel_string",
DIEValueAllocator
),
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
35
DIEIntegerOne = new (
DIEValueAllocator
) DIEInteger(1);
47
DIEEntry *Value = new (
DIEValueAllocator
) DIEEntry(Entry);
57
DIEIntegerOne : new (
DIEValueAllocator
) DIEInteger(Integer);
66
DIEValue *Value = new (
DIEValueAllocator
) DIEInteger(Integer);
74
DIEValue *Value = new (
DIEValueAllocator
) DIEString(String);
82
DIEValue *Value = new (
DIEValueAllocator
) DIELabel(Label);
90
DIEValue *Value = new (
DIEValueAllocator
) DIEDelta(Hi, Lo);
244
DIEBlock *Block = new (
DIEValueAllocator
) DIEBlock();
263
DIEBlock *Block = new (
DIEValueAllocator
) DIEBlock();
396
DIEBlock *Block = new (
DIEValueAllocator
) DIEBlock()
[
all
...]
DwarfCompileUnit.h
102
return new (
DIEValueAllocator
) DIEBlock();
292
//
DIEValueAllocator
- All DIEValues are allocated through this allocator.
293
BumpPtrAllocator
DIEValueAllocator
;
DwarfDebug.h
296
//
DIEValueAllocator
- All DIEValues are allocated through this allocator.
297
BumpPtrAllocator
DIEValueAllocator
;
DwarfDebug.cpp
[
all
...]
Completed in 58 milliseconds