Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h65 Error parseBTF(ParseContext &Ctx, SectionRef BTF);
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp103 Error BTFParser::parseBTF(ParseContext &Ctx, SectionRef BTF) { in parseBTF() function in BTFParser
402 if (Error E = parseBTF(Ctx, *BTF)) in parse()