Home
last modified time | relevance | path

Searched refs:processModule (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DMemProfContextDisambiguation.h31 bool processModule(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp107 Finder.processModule(M); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp193 F.processModule(M); in stripDeadDebugInfoImpl()
H A DMemProfContextDisambiguation.cpp3857 bool MemProfContextDisambiguation::processModule( in processModule() function in MemProfContextDisambiguation
3919 if (!processModule(M, OREGetter)) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h184 Error processModule();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h106 void processModule(const Module &M);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1090 if (Error Err = processModule()) in createScopes()
1119 Error LVCodeViewReader::processModule() {
1120 Error LVCodeViewReader::processModule() { processModule() function in LVCodeViewReader
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp854 void processModule();
981 processModule(); in initializeIfNeeded()
999 void SlotTracker::processModule() { in processModule() function in SlotTracker
H A DDebugInfo.cpp195 void DebugInfoFinder::processModule(const Module &M) { in processModule() function in DebugInfoFinder