Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp26 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument
35 .Run(UpgradeDebugInfo, DataLayoutCallback); in parseAssemblyInto()
77 bool UpgradeDebugInfo, in parseAssemblyWithIndex() argument
84 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.cpp79 bool LLParser::Run(bool UpgradeDebugInfo, in Run() argument
94 return parseTopLevelEntities() || validateEndOfModule(UpgradeDebugInfo) || in Run()
206 bool LLParser::validateEndOfModule(bool UpgradeDebugInfo) { in validateEndOfModule() argument
447 if (UpgradeDebugInfo) in validateEndOfModule()
448 llvm::UpgradeDebugInfo(*M); in validateEndOfModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h90 bool UpgradeDebugInfo(Module &M);
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h179 bool UpgradeDebugInfo; variable
194 bool UpgradeDebugInfo,
344 bool validateEndOfModule(bool UpgradeDebugInfo);
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp170 UpgradeDebugInfo(*Result); in loadFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1854 UpgradeDebugInfo(*SrcModule); in importFunctions()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp841 UpgradeDebugInfo(M); in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4885 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7063 UpgradeDebugInfo(*TheModule); in materializeModule()