/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 41 DIEBlocks[j]->~DIEBlock(); in ~CompileUnit() 105 DIEBlock *Block) { in addBlock() 244 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addAddress() 263 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addComplexAddress() 396 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addBlockByrefAddress() 462 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue() 483 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantFPValue() 526 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue() 969 DIEBlock *Block = getDIEBlock(); in getOrCreateSubprogramDIE() 1080 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in createGlobalVariableDIE() [all …]
|
D | DwarfCompileUnit.h | 68 std::vector<DIEBlock *> DIEBlocks; 101 DIEBlock *getDIEBlock() { in getDIEBlock() 102 return new (DIEValueAllocator) DIEBlock(); in getDIEBlock() 172 void addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block);
|
D | DIE.cpp | 324 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) { in ComputeSize() 336 void DIEBlock::EmitValue(AsmPrinter *Asm, unsigned Form) const { in EmitValue() 352 unsigned DIEBlock::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf() 364 void DIEBlock::print(raw_ostream &O) { in print()
|
D | DIE.h | 394 class DIEBlock : public DIEValue, public DIE { 397 DIEBlock() in DIEBlock() function 399 virtual ~DIEBlock() {} in ~DIEBlock() 423 static bool classof(const DIEBlock *) { return true; } in classof() argument
|
D | DwarfDebug.h | 41 class DIEBlock; variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 538 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const { in ComputeSize() 549 void DIEBlock::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() 564 unsigned DIEBlock::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 575 void DIEBlock::print(raw_ostream &O) const { in print()
|
D | DwarfUnit.h | 94 std::vector<DIEBlock *> DIEBlocks; 223 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
|
D | DwarfUnit.cpp | 85 DIEBlocks[j]->~DIEBlock(); in ~DwarfUnit() 316 DIEBlock *Block) { in addBlock() 566 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantFPValue() 622 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 269 class DIEBlock; variable 291 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *, 715 class DIEBlock : public DIEValueList { 719 DIEBlock() : Size(0) {} in DIEBlock() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 733 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const { in ComputeSize() 744 void DIEBlock::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() 761 unsigned DIEBlock::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 773 void DIEBlock::print(raw_ostream &O) const { in print()
|
D | DwarfUnit.h | 91 std::vector<DIEBlock *> DIEBlocks; 209 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
|
D | DwarfUnit.cpp | 87 DIEBlocks[j]->~DIEBlock(); in ~DwarfUnit() 370 DIEBlock *Block) { in addBlock() 600 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantFPValue() 656 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 331 class DIEBlock; variable 352 DIEDelta *, DIEEntry, DIEBlock *, 880 class DIEBlock : public DIEValueList { 884 DIEBlock() = default;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 100 DIEBlock *Block = new (DG.getAllocator()) DIEBlock; in addAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 438 std::vector<DIEBlock *> DIEBlocks;
|
D | DwarfLinker.cpp | 326 (*I)->~DIEBlock(); in endDebugObject() 1021 DIEBlock *Block = nullptr; in cloneBlockAttribute() 1027 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute() 2301 DIEBlock *String = new (DIEAlloc) DIEBlock(); in emitPaperTrailWarnings()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1408 std::vector<DIEBlock *> DIEBlocks; 1873 (*I)->~DIEBlock(); in endDebugObject() 2441 DIEBlock *Block = nullptr; in cloneBlockAttribute() 2447 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 680 DIEBlock PIBlock; in TEST_F()
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 680 DIEBlock PIBlock; in TEST_F()
|