Searched defs:ParseContext (Results 1 – 2 of 2) sorted by relevance
76 struct ParseContext { struct77 ParseContext(LinkGraph &G) : G(G) {} in ParseContext() function93 Error processBlock(ParseContext &PC, Block &B); argument
81 struct ParseContext { struct in llvm::RuntimeDyldCheckerExprEval82 bool IsInsideLoad;83 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() function