Home
last modified time | relevance | path

Searched refs:DwarfTypeUnit (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h366 class DwarfTypeUnit : public DwarfUnit {
376 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
DDwarfDebug.h47 class DwarfTypeUnit; variable
242 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
DDwarfUnit.cpp74 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()
DDwarfDebug.cpp1888 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/
DDwarfUnit.h370 class DwarfTypeUnit final : public DwarfUnit {
381 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
DDwarfDebug.h55 class DwarfTypeUnit; variable
254 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
DDwarfUnit.cpp78 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()
DDwarfDebug.cpp2346 auto OwnedUnit = llvm::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType()
2348 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
/external/llvm/include/llvm/CodeGen/
DDIE.h29 class DwarfTypeUnit; variable