HomeSort by relevance Sort by last modified time
    Searched defs:DwarfTypeUnit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 224 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type);
376 class DwarfTypeUnit : public DwarfUnit {
386 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
DwarfUnit.cpp 76 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
245 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) {
271 void DwarfUnit::addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) {
    [all...]

Completed in 296 milliseconds