/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | Parser.cpp | 27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument 35 M ? M->getContext() : Context, Slots, UpgradeDebugInfo, in parseAssemblyInto() 42 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly() argument 47 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, UpgradeDebugInfo, in parseAssembly() 57 bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFile() argument 67 UpgradeDebugInfo, DataLayoutString); in parseAssemblyFile() 72 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex() argument 78 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() 87 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex() argument 97 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex() [all …]
|
D | LLParser.h | 161 bool UpgradeDebugInfo; variable 171 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, 175 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
|
D | LLParser.cpp | 249 if (UpgradeDebugInfo) in ValidateEndOfModule() 250 llvm::UpgradeDebugInfo(*M); in ValidateEndOfModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/ |
D | Parser.h | 45 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, 67 bool UpgradeDebugInfo = true, 96 bool UpgradeDebugInfo = true, 123 bool UpgradeDebugInfo = true, 142 bool UpgradeDebugInfo = true, 172 bool UpgradeDebugInfo = true,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/ |
D | IRReader.cpp | 70 bool UpgradeDebugInfo, in parseIR() argument 91 return parseAssembly(Buffer, Err, Context, nullptr, UpgradeDebugInfo, in parseIR() 97 bool UpgradeDebugInfo, in parseIRFile() argument 108 UpgradeDebugInfo, DataLayoutString); in parseIRFile()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | Parser.cpp | 27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument 36 .Run(UpgradeDebugInfo, DataLayoutCallback); in parseAssemblyInto() 78 bool UpgradeDebugInfo, in parseAssemblyWithIndex() argument 85 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() 104 bool UpgradeDebugInfo, in parseAssemblyFileWithIndex() argument 115 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex()
|
D | LLParser.h | 158 bool UpgradeDebugInfo; variable 169 bool UpgradeDebugInfo, DataLayoutCallbackTy DataLayoutCallback = 297 bool validateEndOfModule(bool UpgradeDebugInfo);
|
D | LLParser.cpp | 62 bool LLParser::Run(bool UpgradeDebugInfo, in Run() argument 80 return parseTopLevelEntities() || validateEndOfModule(UpgradeDebugInfo) || in Run() 128 bool LLParser::validateEndOfModule(bool UpgradeDebugInfo) { in validateEndOfModule() argument 256 if (UpgradeDebugInfo) in validateEndOfModule() 257 llvm::UpgradeDebugInfo(*M); in validateEndOfModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IRReader/ |
D | IRReader.h | 57 bool UpgradeDebugInfo = true, 69 bool UpgradeDebugInfo = true,
|
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 70 bool UpgradeDebugInfo(Module &M);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 84 bool UpgradeDebugInfo(Module &M);
|
/external/swiftshader/third_party/llvm-10.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/llvm-project/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 139 UpgradeDebugInfo(*Result); in loadFile()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 589 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1215 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1242 UpgradeDebugInfo(*SrcModule); in importFunctions()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 707 UpgradeDebugInfo(M); in getModuleForFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 678 UpgradeDebugInfo(M); in addRegularLTO()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 692 UpgradeDebugInfo(M); in addRegularLTO()
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1440 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3831 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3975 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 226 UpgradeDebugInfo(*M); in ValidateEndOfModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5350 UpgradeDebugInfo(*TheModule); in materializeModule()
|