Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DParser.cpp25 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 DLLParser.cpp65 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 DAutoUpgrade.h89 bool UpgradeDebugInfo(Module &M);
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h170 bool UpgradeDebugInfo; variable
182 bool UpgradeDebugInfo,
321 bool validateEndOfModule(bool UpgradeDebugInfo);
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp158 UpgradeDebugInfo(*Result); in loadFile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1354 UpgradeDebugInfo(*SrcModule); in importFunctions()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp744 UpgradeDebugInfo(M); in addRegularLTO()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp4487 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6707 UpgradeDebugInfo(*TheModule); in materializeModule()