Home
last modified time | relevance | path

Searched defs:CUNode (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler. global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h40 const DICompileUnit *CUNode; variable
H A DDwarfDebug.cpp1356 auto *CUNode = cast<DICompileUnit>(P.first); finalizeModuleInfo() local
1387 for (auto *CUNode : MMI->getModule()->debug_compile_units()) finalizeModuleInfo() local
1411 const auto *CUNode = cast<DICompileUnit>(P.first); endModule() local
3322 auto *CUNode = cast<DICompileUnit>(P.first); emitDebugMacinfoImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp560 NamedMDNode *CUNode = M.getNamedMetadata("llvm.dbg.cu"); in runOnModule() local
763 NamedMDNode *CUNode, bool HasExecOrFork, in emitProfileNotes()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7309 llvm::NamedMDNode *CUNode = TheModule.getNamedMetadata("llvm.dbg.cu"); EmitCoverageFile() local