Home
last modified time | relevance | path

Searched refs:TypesInfoStart (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp132 uint32_t TypesInfoStart = HdrLen + TypeOff; in parseBTF() local
133 uint32_t TypesInfoEnd = TypesInfoStart + TypeLen; in parseBTF()
144 StringRef RawData = Extractor.getData().slice(TypesInfoStart, TypesInfoEnd); in parseBTF()
145 if (Error E = parseTypesInfo(Ctx, TypesInfoStart, RawData)) in parseBTF()
205 Error BTFParser::parseTypesInfo(ParseContext &Ctx, uint64_t TypesInfoStart, in parseTypesInfo() argument
223 uint64_t Offset = TypesInfoStart + Pos; in parseTypesInfo()
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h71 Error parseTypesInfo(ParseContext &Ctx, uint64_t TypesInfoStart,