/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
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 …]
|
D | LLParser.h | 162 bool UpgradeDebugInfo; variable 172 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, 176 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
|
D | LLParser.cpp | 242 if (UpgradeDebugInfo) in ValidateEndOfModule() 243 llvm::UpgradeDebugInfo(*M); in ValidateEndOfModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/AsmParser/ |
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,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IRReader/ |
D | IRReader.h | 47 bool UpgradeDebugInfo = true, 59 bool UpgradeDebugInfo = true,
|
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 70 bool UpgradeDebugInfo(Module &M);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 81 bool UpgradeDebugInfo(Module &M);
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 126 UpgradeDebugInfo(*Result); in loadFile() 274 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 137 UpgradeDebugInfo(*Result); in loadFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/ |
D | llc.cpp | 502 UpgradeDebugInfo(*M); in compileModule()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 589 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 999 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 597 UpgradeDebugInfo(M); in addRegularLTO()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 707 UpgradeDebugInfo(M); in getModuleForFile()
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1440 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3517 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4803 UpgradeDebugInfo(*TheModule); in materializeModule()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5776 UpgradeDebugInfo(*TheModule); in materializeModule()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 226 UpgradeDebugInfo(*M); in ValidateEndOfModule()
|