Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A 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 …]
H A DLLParser.h162 bool UpgradeDebugInfo; variable
172 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
176 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
H A DLLParser.cpp242 if (UpgradeDebugInfo) in ValidateEndOfModule()
243 llvm::UpgradeDebugInfo(*M); in ValidateEndOfModule()
/freebsd-12.1/contrib/llvm/include/llvm/AsmParser/
H A 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,
/freebsd-12.1/contrib/llvm/lib/IRReader/
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/IRReader/
H A DIRReader.h47 bool UpgradeDebugInfo = true,
59 bool UpgradeDebugInfo = true,
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAutoUpgrade.h81 bool UpgradeDebugInfo(Module &M);
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp137 UpgradeDebugInfo(*Result); in loadFile()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp502 UpgradeDebugInfo(*M); in compileModule()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1172 UpgradeDebugInfo(*SrcModule); in importFunctions()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp631 UpgradeDebugInfo(M); in addRegularLTO()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp3627 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo() function in llvm
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4867 UpgradeDebugInfo(*TheModule); in materializeModule()