Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp677 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex) { in readBBAddrMapImpl() argument
685 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h111 readBBAddrMap(std::optional<unsigned> TextSectionIndex = std::nullopt) const;