Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DParser.cpp28 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 …]
DLLParser.h162 bool UpgradeDebugInfo; variable
172 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
176 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
DLLParser.cpp242 if (UpgradeDebugInfo) in ValidateEndOfModule()
243 llvm::UpgradeDebugInfo(*M); in ValidateEndOfModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/AsmParser/
DParser.h46 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/
DIRReader.cpp71 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/
DIRReader.h47 bool UpgradeDebugInfo = true,
59 bool UpgradeDebugInfo = true,
/external/llvm/include/llvm/IR/
DAutoUpgrade.h70 bool UpgradeDebugInfo(Module &M);
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp137 UpgradeDebugInfo(*Result); in loadFile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp502 UpgradeDebugInfo(*M); in compileModule()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp589 UpgradeDebugInfo(*SrcModule); in importFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp999 UpgradeDebugInfo(*SrcModule); in importFunctions()
/external/llvm/tools/gold/
Dgold-plugin.cpp707 UpgradeDebugInfo(M); in getModuleForFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp597 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-7.0/llvm/lib/IR/
DAutoUpgrade.cpp3517 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4803 UpgradeDebugInfo(*TheModule); in materializeModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5776 UpgradeDebugInfo(*TheModule); in materializeModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp226 UpgradeDebugInfo(*M); in ValidateEndOfModule()