Searched defs:UpgradeDebugInfo (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 25 parseAssemblyInto(MemoryBufferRef F,Module * M,ModuleSummaryIndex * Index,SMDiagnostic & Err,SlotMapping * Slots,bool UpgradeDebugInfo,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyInto() argument 76 parseAssemblyWithIndex(MemoryBufferRef F,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,bool UpgradeDebugInfo,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyWithIndex() argument 103 parseAssemblyFileWithIndex(StringRef Filename,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,bool UpgradeDebugInfo,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyFileWithIndex() argument [all...] |
H A D | LLParser.cpp | 79 bool LLParser::Run(bool UpgradeDebugInfo, in Run() argument 191 validateEndOfModule(bool UpgradeDebugInfo) validateEndOfModule() argument
|
/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 179 bool UpgradeDebugInfo; global() variable
|
/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4885 bool llvm::UpgradeDebugInfo(Module &M) { UpgradeDebugInfo() function in llvm
|