Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DParser.cpp27 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 …]
DLLParser.h161 bool UpgradeDebugInfo; variable
171 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
175 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
DLLParser.cpp249 if (UpgradeDebugInfo) in ValidateEndOfModule()
250 llvm::UpgradeDebugInfo(*M); in ValidateEndOfModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DParser.h45 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/
DIRReader.cpp70 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/
DParser.cpp27 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()
DLLParser.h158 bool UpgradeDebugInfo; variable
169 bool UpgradeDebugInfo, DataLayoutCallbackTy DataLayoutCallback =
297 bool validateEndOfModule(bool UpgradeDebugInfo);
DLLParser.cpp62 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/
DIRReader.h57 bool UpgradeDebugInfo = true,
69 bool UpgradeDebugInfo = true,
/external/llvm/include/llvm/IR/
DAutoUpgrade.h70 bool UpgradeDebugInfo(Module &M);
/external/llvm-project/llvm/include/llvm/IR/
DAutoUpgrade.h84 bool UpgradeDebugInfo(Module &M);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAutoUpgrade.h81 bool UpgradeDebugInfo(Module &M);
/external/llvm/tools/llvm-link/
Dllvm-link.cpp126 UpgradeDebugInfo(*Result); in loadFile()
274 UpgradeDebugInfo(*SrcModule); in importFunctions()
/external/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp139 UpgradeDebugInfo(*Result); in loadFile()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp589 UpgradeDebugInfo(*SrcModule); in importFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1215 UpgradeDebugInfo(*SrcModule); in importFunctions()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1242 UpgradeDebugInfo(*SrcModule); in importFunctions()
/external/llvm/tools/gold/
Dgold-plugin.cpp707 UpgradeDebugInfo(M); in getModuleForFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp678 UpgradeDebugInfo(M); in addRegularLTO()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp692 UpgradeDebugInfo(M); in addRegularLTO()
/external/llvm/lib/IR/
DAutoUpgrade.cpp1440 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3831 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp3975 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/external/llvm/lib/AsmParser/
DLLParser.cpp226 UpgradeDebugInfo(*M); in ValidateEndOfModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5350 UpgradeDebugInfo(*TheModule); in materializeModule()

12