Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h123 std::size_t getSectionIndex(DataRefImpl Sec) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp445 std::size_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::MachOObjectFile
645 ret.d.b = getSectionIndex(Sec); in getSectionRelBegin()
661 ret.d.b = getSectionIndex(Sec); in getSectionRelEnd()