H A D | Parser.cpp | 27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() 35 M ? M->getContext() : Context, Slots, UpgradeDebugInfo, in parseAssemblyInto() 42 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly() 47 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, UpgradeDebugInfo, in parseAssembly() 56 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFile() 66 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots, in parseAssemblyFile() 72 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex() 78 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() 87 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex() 97 Context, Slots, UpgradeDebugInf in parseAssemblyFileWithIndex() 25 parseAssemblyInto(MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyInto() argument 41 parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssembly() argument 55 parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyFile() argument 70 parseAssemblyWithIndex( MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyWithIndex() argument 85 parseAssemblyFileWithIndex( StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyFileWithIndex() argument 102 parseAssemblyString(StringRef AsmString, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyString() argument 147 parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M, const SlotMapping *Slots) parseConstantValue() argument 159 parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, const SlotMapping *Slots) parseType() argument 175 parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err, const Module &M, const SlotMapping *Slots) parseTypeAtBeginning() argument [all...] |