Searched refs:TextSectionIndex (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 925 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex, in readBBAddrMapImpl() argument 937 if (!TextSectionIndex) in readBBAddrMapImpl() 946 if (*TextSectionIndex != in readBBAddrMapImpl() 1049 std::optional<unsigned> TextSectionIndex, in readBBAddrMap() argument 1052 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap() 1054 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap() 1056 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap() 1058 TextSectionIndex, PGOAnalyses); in readBBAddrMap()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 127 readBBAddrMap(std::optional<unsigned> TextSectionIndex = std::nullopt,
|