Searched refs:ParseContext (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h64 struct ParseContext;
65 Error parseBTF(ParseContext &Ctx, SectionRef BTF);
66 Error parseBTFExt(ParseContext &Ctx, SectionRef BTFExt);
67 Error parseLineInfo(ParseContext &Ctx, DataExtractor &Extractor,
69 Error parseRelocInfo(ParseContext &Ctx, DataExtractor &Extractor,
71 Error parseTypesInfo(ParseContext &Ctx, uint64_t TypesInfoStart,
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h70 struct ParseContext { struct in class:llvm::jitlink::EHFrameEdgeFixer
71 ParseContext(LinkGraph &G) : G(G) {} function in struct:llvm::jitlink::EHFrameEdgeFixer::ParseContext
87 Error processBlock(ParseContext &PC, Block &B);
88 Error processCIE(ParseContext &PC, Block &B, size_t CIEDeltaFieldOffset,
90 Error processFDE(ParseContext &PC, Block &B, size_t CIEDeltaFieldOffset,
101 ParseContext &PC, const BlockEdgesInfo &BlockEdges,
105 Expected<Symbol &> getOrCreateSymbol(ParseContext &PC,
H A DEHFrameSupport.cpp51 ParseContext PC(G);
114 Error EHFrameEdgeFixer::processBlock(ParseContext &PC, Block &B) {
180 Error EHFrameEdgeFixer::processCIE(ParseContext &PC, Block &B,
292 Error EHFrameEdgeFixer::processFDE(ParseContext &PC, Block &B,
512 ParseContext &PC, const BlockEdgesInfo &BlockEdges, uint8_t PointerEncoding,
603 Expected<Symbol &> EHFrameEdgeFixer::getOrCreateSymbol(ParseContext &PC,
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp62 ParseContext OutsideLoad(false);
102 struct ParseContext { struct in class:llvm::RuntimeDyldCheckerExprEval
104 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} function in struct:llvm::RuntimeDyldCheckerExprEval::ParseContext
345 ParseContext PCtx) const {
383 evalStubOrGOTAddr(StringRef Expr, ParseContext PCtx, bool IsStubAddr) const {
430 ParseContext PCtx) const {
472 ParseContext PCtx) const {
547 ParseContext PCtx) const {
586 ParseContext LoadCtx(true);
614 ParseContext PCt
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp74 // ParseContext wraps information that is only necessary while parsing
77 struct BTFParser::ParseContext { struct in class:BTFParser
84 ParseContext(const ObjectFile &Obj, const ParseOptions &Opts) function in struct:BTFParser::ParseContext
103 Error BTFParser::parseBTF(ParseContext &Ctx, SectionRef BTF) {
205 Error BTFParser::parseTypesInfo(ParseContext &Ctx, uint64_t TypesInfoStart,
249 Error BTFParser::parseBTFExt(ParseContext &Ctx, SectionRef BTFExt) {
298 Error BTFParser::parseLineInfo(ParseContext &Ctx, DataExtractor &Extractor,
340 Error BTFParser::parseRelocInfo(ParseContext &Ctx, DataExtractor &Extractor,
385 ParseContext Ctx(Obj, Opts);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c193004 typedef struct ParseContext ParseContext; typedef in typeref:struct:ParseContext
193005 struct ParseContext { struct
[all...]

Completed in 596 milliseconds