Searched refs:UpgradeDebugInfo (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument 36 .Run(UpgradeDebugInfo, DataLayoutCallback); in parseAssemblyInto() 78 bool UpgradeDebugInfo, in parseAssemblyWithIndex() argument 85 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() 104 bool UpgradeDebugInfo, in parseAssemblyFileWithIndex() argument 115 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex()
|
H A D | LLParser.cpp | 63 bool LLParser::Run(bool UpgradeDebugInfo, in Run() argument 81 return parseTopLevelEntities() || validateEndOfModule(UpgradeDebugInfo) || in Run() 129 bool LLParser::validateEndOfModule(bool UpgradeDebugInfo) { in validateEndOfModule() argument 257 if (UpgradeDebugInfo) in validateEndOfModule() 258 llvm::UpgradeDebugInfo(*M); in validateEndOfModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | AutoUpgrade.h | 84 bool UpgradeDebugInfo(Module &M);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 158 bool UpgradeDebugInfo; variable 169 bool UpgradeDebugInfo, DataLayoutCallbackTy DataLayoutCallback = 298 bool validateEndOfModule(bool UpgradeDebugInfo);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 140 UpgradeDebugInfo(*Result); in loadFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1283 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 724 UpgradeDebugInfo(M); in addRegularLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4029 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5705 UpgradeDebugInfo(*TheModule); in materializeModule()
|