Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp788 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex, in readBBAddrMapImpl() argument
801 if (!TextSectionIndex) in readBBAddrMapImpl()
808 if (*TextSectionIndex != std::distance(Sections.begin(), *TextSecOrErr)) in readBBAddrMapImpl()
910 std::optional<unsigned> TextSectionIndex, in readBBAddrMap() argument
913 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
915 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
917 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
919 TextSectionIndex, PGOAnalyses); in readBBAddrMap()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h120 readBBAddrMap(std::optional<unsigned> TextSectionIndex = std::nullopt,