Home
last modified time | relevance | path

Searched refs:getSectionByNum (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp223 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
431 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum() function in llvm::object::XCOFFObjectFile
454 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
776 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp230 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
478 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum() function in llvm::object::XCOFFObjectFile
501 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
830 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h339 Expected<DataRefImpl> getSectionByNum(int16_t Num) const;
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h365 Expected<DataRefImpl> getSectionByNum(int16_t Num) const;