| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 28 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument 36 M ? M->getContext() : Context, Slots, UpgradeDebugInfo, in parseAssemblyInto() 43 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly() argument 48 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, UpgradeDebugInfo, in parseAssembly() 58 bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFile() argument 68 UpgradeDebugInfo, DataLayoutString); in parseAssemblyFile() 73 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex() argument 79 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() 88 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex() argument 98 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex() [all …]
|
| H A D | LLParser.h | 162 bool UpgradeDebugInfo; variable 172 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, 176 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
|
| H A D | LLParser.cpp | 242 if (UpgradeDebugInfo) in ValidateEndOfModule() 243 llvm::UpgradeDebugInfo(*M); in ValidateEndOfModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 46 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, 68 bool UpgradeDebugInfo = true, 97 bool UpgradeDebugInfo = true, 124 bool UpgradeDebugInfo = true, 143 bool UpgradeDebugInfo = true, 173 bool UpgradeDebugInfo = true,
|
| /freebsd-12.1/contrib/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 71 bool UpgradeDebugInfo, in parseIR() argument 92 return parseAssembly(Buffer, Err, Context, nullptr, UpgradeDebugInfo, in parseIR() 98 bool UpgradeDebugInfo, in parseIRFile() argument 109 UpgradeDebugInfo, DataLayoutString); in parseIRFile()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IRReader/ |
| H A D | IRReader.h | 47 bool UpgradeDebugInfo = true, 59 bool UpgradeDebugInfo = true,
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | AutoUpgrade.h | 81 bool UpgradeDebugInfo(Module &M);
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 137 UpgradeDebugInfo(*Result); in loadFile()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 502 UpgradeDebugInfo(*M); in compileModule()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1172 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 631 UpgradeDebugInfo(M); in addRegularLTO()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 3627 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4867 UpgradeDebugInfo(*TheModule); in materializeModule()
|