Home
last modified time | relevance | path

Searched defs:ParseContext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h76 struct ParseContext { struct
77 ParseContext(LinkGraph &G) : G(G) {} in ParseContext() function
93 Error processBlock(ParseContext &PC, Block &B); argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp81 struct ParseContext { struct in llvm::RuntimeDyldCheckerExprEval
82 bool IsInsideLoad;
83 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() function