Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp880 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex, in readBBAddrMapImpl() argument
893 if (!TextSectionIndex) in readBBAddrMapImpl()
902 if (*TextSectionIndex != in readBBAddrMapImpl()
1005 std::optional<unsigned> TextSectionIndex, in readBBAddrMap() argument
1008 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1010 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1012 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1014 TextSectionIndex, PGOAnalyses); in readBBAddrMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h124 readBBAddrMap(std::optional<unsigned> TextSectionIndex = std::nullopt,