Home
last modified time | relevance | path

Searched defs:UpgradeDebugInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp25 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 DLLParser.cpp79 bool LLParser::Run(bool UpgradeDebugInfo, in Run() argument
191 validateEndOfModule(bool UpgradeDebugInfo) validateEndOfModule() argument
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h179 bool UpgradeDebugInfo; global() variable
/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4885 bool llvm::UpgradeDebugInfo(Module &M) { UpgradeDebugInfo() function in llvm