Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h1106 DenseMap<const Function *, DISubprogram> makeSubprogramMap(const Module &M);
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp1084 FunctionDIs = makeSubprogramMap(M); in runOnModule()
H A DArgumentPromotion.cpp1015 FunctionDIs = makeSubprogramMap(CG.getModule()); in doInitialization()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1020 FunctionDIs = makeSubprogramMap(M); in doInitialization()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1518 llvm::makeSubprogramMap(const Module &M) { in makeSubprogramMap() function in llvm
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp441 FunctionDIs = makeSubprogramMap(*M); in beginModule()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp600 FunctionDIs = makeSubprogramMap(M); in runOnModule()