Searched defs:ParseContext (Results 1 – 3 of 3) sorted by relevance
70 struct ParseContext { struct71 ParseContext(LinkGraph &G) : G(G) {} in ParseContext() function87 Error processBlock(ParseContext &PC, Block &B); argument
77 struct BTFParser::ParseContext { struct in BTFParser78 const ObjectFile &Obj;79 const ParseOptions &Opts;81 DenseMap<StringRef, SectionRef> Sections;84 ParseContext(const ObjectFile &Obj, const ParseOptions &Opts) in ParseContext() argument87 Expected<DataExtractor> makeExtractor(SectionRef Sec) { in makeExtractor()95 std::optional<SectionRef> findSection(StringRef Name) const { in findSection()
102 struct ParseContext { struct in llvm::RuntimeDyldCheckerExprEval 104 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() argument 103 IsInsideLoadllvm::RuntimeDyldCheckerExprEval::ParseContext global() argument [all...]