Searched defs:DwarfTypeUnit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h224 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type);
376 class DwarfTypeUnit : public DwarfUnit { class in namespace:llvm
386 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
H A DDwarfUnit.cpp76 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, function in class:DwarfTypeUnit
245 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) {
271 void DwarfUnit::addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) {
1539 void DwarfTypeUnit::emitHeader(bool UseOffsets) {
1549 bool DwarfTypeUnit::isDwoUnit() const {

Completed in 124 milliseconds