Searched refs:DwarfTypeUnit (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 366 class DwarfTypeUnit : public DwarfUnit { 376 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
D | DwarfDebug.h | 47 class DwarfTypeUnit; variable 242 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
|
D | DwarfUnit.cpp | 74 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit 243 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) { in getOrCreateSourceID() 1527 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader() 1537 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
|
D | DwarfDebug.cpp | 1888 auto OwnedUnit = make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() 1890 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 370 class DwarfTypeUnit final : public DwarfUnit { 381 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
D | DwarfDebug.h | 55 class DwarfTypeUnit; variable 254 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
|
D | DwarfUnit.cpp | 78 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit 297 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID() 717 DIE *DwarfTypeUnit::createTypeDIE(const DICompositeType *Ty) { in createTypeDIE() 1693 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader() 1725 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit() 1731 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName() 1736 void DwarfTypeUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType()
|
D | DwarfDebug.cpp | 2346 auto OwnedUnit = llvm::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() 2348 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 29 class DwarfTypeUnit; variable
|