Searched refs:TextSectionIndex (Results 1 – 2 of 2) sorted by relevance
677 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex) { in readBBAddrMapImpl() argument685 if (TextSectionIndex) { in readBBAddrMapImpl()691 if (*TextSectionIndex != std::distance(Sections.begin(), *TextSecOrErr)) in readBBAddrMapImpl()774 std::optional<unsigned> TextSectionIndex) const { in readBBAddrMap()776 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex); in readBBAddrMap()778 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex); in readBBAddrMap()780 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex); in readBBAddrMap()782 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex); in readBBAddrMap()
111 readBBAddrMap(std::optional<unsigned> TextSectionIndex = std::nullopt) const;