Searched refs:compileUnit (Results 1 – 7 of 7) sorted by relevance
29 compileUnit(nullptr) { in DebugTranslation()41 compileUnit = builder.createCompileUnit( in DebugTranslation()82 if (!compileUnit || !func.walk(interruptIfValidLocation).wasInterrupted()) in translate()112 builder.createFunction(compileUnit, func.getName(), func.getName(), file, in translate()125 if (!compileUnit) in translateLoc()
67 llvm::DICompileUnit *compileUnit; variable
59 compileUnit = context.GetCompileUnit()60 self.expect(str(compileUnit),
170 llvm::DWARFUnit *compileUnit = nullptr; variable
130 if (obj->compileUnit) in getSourceLocation()
1185 compileUnit = it != units.end() ? it->get() : nullptr; in parseDebugInfo()1602 SmallString<261> dir(compileUnit->getCompilationDir()); in sourceFile()1608 return (dir + compileUnit->getUnitDIE().getShortName()).str(); in sourceFile()
984 if (!file || !file->compileUnit) in emitStabs()