Searched refs:UpgradeDebugInfo (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 25 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument 34 .Run(UpgradeDebugInfo, DataLayoutCallback); in parseAssemblyInto() 76 bool UpgradeDebugInfo, in parseAssemblyWithIndex() argument 83 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() 103 bool UpgradeDebugInfo, in parseAssemblyFileWithIndex() argument 114 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex()
|
| H A D | LLParser.cpp | 65 bool LLParser::Run(bool UpgradeDebugInfo, in Run() argument 80 return parseTopLevelEntities() || validateEndOfModule(UpgradeDebugInfo) || in Run() 128 bool LLParser::validateEndOfModule(bool UpgradeDebugInfo) { in validateEndOfModule() argument 283 if (UpgradeDebugInfo) in validateEndOfModule() 284 llvm::UpgradeDebugInfo(*M); in validateEndOfModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | AutoUpgrade.h | 89 bool UpgradeDebugInfo(Module &M);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 170 bool UpgradeDebugInfo; variable 182 bool UpgradeDebugInfo, 321 bool validateEndOfModule(bool UpgradeDebugInfo);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 158 UpgradeDebugInfo(*Result); in loadFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1354 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 744 UpgradeDebugInfo(M); in addRegularLTO()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 4487 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6707 UpgradeDebugInfo(*TheModule); in materializeModule()
|