Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h66 Error parseBTFExt(ParseContext &Ctx, SectionRef BTFExt);
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp249 Error BTFParser::parseBTFExt(ParseContext &Ctx, SectionRef BTFExt) { in parseBTFExt() function in BTFParser
404 if (Error E = parseBTFExt(Ctx, *BTFExt)) in parse()