Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DParser.cpp27 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 DLLParser.cpp63 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 DAutoUpgrade.h84 bool UpgradeDebugInfo(Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h158 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 Dllvm-link.cpp140 UpgradeDebugInfo(*Result); in loadFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1283 UpgradeDebugInfo(*SrcModule); in importFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp724 UpgradeDebugInfo(M); in addRegularLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4029 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5705 UpgradeDebugInfo(*TheModule); in materializeModule()