Home
last modified time | relevance | path

Searched refs:compileUnit (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp29 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()
H A DDebugTranslation.h67 llvm::DICompileUnit *compileUnit; variable
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/
H A DTestSymbolContext.py59 compileUnit = context.GetCompileUnit()
60 self.expect(str(compileUnit),
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h170 llvm::DWARFUnit *compileUnit = nullptr; variable
H A DInputSection.cpp130 if (obj->compileUnit) in getSourceLocation()
H A DInputFiles.cpp1185 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()
H A DSyntheticSections.cpp984 if (!file || !file->compileUnit) in emitStabs()