LLVM 20.0.0git
|
This is the complete list of members for llvm::MIRParserImpl, including all inherited members.
createDummyFunction(StringRef Name, Module &M) | llvm::MIRParserImpl | |
error(const Twine &Message) | llvm::MIRParserImpl | |
error(SMLoc Loc, const Twine &Message) | llvm::MIRParserImpl | |
error(const SMDiagnostic &Error, SMRange SourceRange) | llvm::MIRParserImpl | |
initializeCallSiteInfo(PerFunctionMIParsingState &PFS, const yaml::MachineFunction &YamlMF) | llvm::MIRParserImpl | |
initializeConstantPool(PerFunctionMIParsingState &PFS, MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) | llvm::MIRParserImpl | |
initializeFrameInfo(PerFunctionMIParsingState &PFS, const yaml::MachineFunction &YamlMF) | llvm::MIRParserImpl | |
initializeJumpTableInfo(PerFunctionMIParsingState &PFS, const yaml::MachineJumpTable &YamlJTI) | llvm::MIRParserImpl | |
initializeMachineFunction(const yaml::MachineFunction &YamlMF, MachineFunction &MF) | llvm::MIRParserImpl | |
MIRParserImpl(std::unique_ptr< MemoryBuffer > Contents, StringRef Filename, LLVMContext &Context, std::function< void(Function &)> ProcessIRFunction) | llvm::MIRParserImpl | |
parseCalleeSavedRegister(PerFunctionMIParsingState &PFS, std::vector< CalleeSavedInfo > &CSIInfo, const yaml::StringValue &RegisterSource, bool IsRestored, int FrameIdx) | llvm::MIRParserImpl | |
parseIRModule(DataLayoutCallbackTy DataLayoutCallback) | llvm::MIRParserImpl | |
parseMachineFunction(Module &M, MachineModuleInfo &MMI, ModuleAnalysisManager *FAM) | llvm::MIRParserImpl | |
parseMachineFunctions(Module &M, MachineModuleInfo &MMI, ModuleAnalysisManager *FAM=nullptr) | llvm::MIRParserImpl | |
parseMachineMetadataNodes(PerFunctionMIParsingState &PFS, MachineFunction &MF, const yaml::MachineFunction &YMF) | llvm::MIRParserImpl | |
parseRegisterInfo(PerFunctionMIParsingState &PFS, const yaml::MachineFunction &YamlMF) | llvm::MIRParserImpl | |
parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS, const T &Object, int FrameIdx) | llvm::MIRParserImpl | |
parseVarExprLoc(PerFunctionMIParsingState &PFS, const yaml::StringValue &VarStr, const yaml::StringValue &ExprStr, const yaml::StringValue &LocStr) | llvm::MIRParserImpl | |
reportDiagnostic(const SMDiagnostic &Diag) | llvm::MIRParserImpl | |
setupRegisterInfo(const PerFunctionMIParsingState &PFS, const yaml::MachineFunction &YamlMF) | llvm::MIRParserImpl |