Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h71 Error parseTypesInfo(ParseContext &Ctx, uint64_t TypesInfoStart,
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp145 if (Error E = parseTypesInfo(Ctx, TypesInfoStart, RawData)) in parseBTF()
205 Error BTFParser::parseTypesInfo(ParseContext &Ctx, uint64_t TypesInfoStart, in parseTypesInfo() function in BTFParser