Lines Matching refs:SectionRef
24 using object::SectionRef;
81 DenseMap<StringRef, SectionRef> Sections;
87 Expected<DataExtractor> makeExtractor(SectionRef Sec) { in makeExtractor()
95 std::optional<SectionRef> findSection(StringRef Name) const { in findSection()
103 Error BTFParser::parseBTF(ParseContext &Ctx, SectionRef BTF) { in parseBTF()
249 Error BTFParser::parseBTFExt(ParseContext &Ctx, SectionRef BTFExt) { in parseBTFExt()
311 std::optional<SectionRef> Sec = Ctx.findSection(SecName); in parseLineInfo()
354 std::optional<SectionRef> Sec = Ctx.findSection(SecName); in parseRelocInfo()
386 std::optional<SectionRef> BTF; in parse()
387 std::optional<SectionRef> BTFExt; in parse()
388 for (SectionRef Sec : Obj.sections()) { in parse()
413 for (SectionRef Sec : Obj.sections()) { in hasBTFSections()