Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp249 Error BTFParser::parseBTFExt(ParseContext &Ctx, SectionRef BTFExt) { in parseBTFExt() argument
250 Expected<DataExtractor> MaybeExtractor = Ctx.makeExtractor(BTFExt); in parseBTFExt()
387 std::optional<SectionRef> BTFExt; in parse() local
396 BTFExt = Sec; in parse()
400 if (!BTFExt) in parse()
404 if (Error E = parseBTFExt(Ctx, *BTFExt)) in parse()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h66 Error parseBTFExt(ParseContext &Ctx, SectionRef BTFExt);