Searched refs:UpgradeDebugInfo (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 26 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 D | LLParser.cpp | 79 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 D | AutoUpgrade.h | 90 bool UpgradeDebugInfo(Module &M);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 179 bool UpgradeDebugInfo; variable 194 bool UpgradeDebugInfo, 344 bool validateEndOfModule(bool UpgradeDebugInfo);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 170 UpgradeDebugInfo(*Result); in loadFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1854 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 841 UpgradeDebugInfo(M); in addRegularLTO()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4885 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7063 UpgradeDebugInfo(*TheModule); in materializeModule()
|