HomeSort by: relevance | last modified time | path
    Searched refs:getSectionByNum (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 231 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum);
493 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const {
516 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum);
846 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 366 Expected<DataRefImpl> getSectionByNum(int16_t Num) const;

Completed in 17 milliseconds