Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp373 llvm::makeSubprogramMap(const Module &M) { in makeSubprogramMap() function in llvm
/external/llvm/include/llvm/IR/
DDebugInfo.h530 DenseMap<const Function *, DISubprogram> makeSubprogramMap(const Module &M);
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp1107 FunctionDIs = makeSubprogramMap(M); in runOnModule()
DArgumentPromotion.cpp1018 FunctionDIs = makeSubprogramMap(CG.getModule()); in doInitialization()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp1050 FunctionDIs = makeSubprogramMap(M); in doInitialization()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp438 FunctionDIs = makeSubprogramMap(*M); in beginModule()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp595 FunctionDIs = makeSubprogramMap(M); in runOnModule()