Home
last modified time | relevance | path

Searched refs:getNumberOfSections (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp84 if (Offset >= getSectionHeaderSize() * getNumberOfSections()) in checkSectionAddress()
384 getNumberOfSections() * getSectionHeaderSize()); in section_end()
432 if (Num <= 0 || Num > getNumberOfSections()) in getSectionByNum()
466 uint16_t XCOFFObjectFile::getNumberOfSections() const { in getNumberOfSections() function in llvm::object::XCOFFObjectFile
572 TablePtr + getNumberOfSections()); in sections64()
579 TablePtr + getNumberOfSections()); in sections32()
673 if (Obj->getNumberOfSections()) { in create()
675 Obj->getNumberOfSections() * in create()
DCOFFObjectFile.cpp123 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()
761 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
866 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()
963 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp91 if (Offset >= getSectionHeaderSize() * getNumberOfSections()) in checkSectionAddress()
357 const uint16_t NumberOfSections = getNumberOfSections(); in getRelocationOffset()
431 getNumberOfSections() * getSectionHeaderSize()); in section_end()
479 if (Num <= 0 || Num > getNumberOfSections()) in getSectionByNum()
513 uint16_t XCOFFObjectFile::getNumberOfSections() const { in getNumberOfSections() function in llvm::object::XCOFFObjectFile
619 TablePtr + getNumberOfSections()); in sections64()
626 TablePtr + getNumberOfSections()); in sections32()
723 if (Obj->getNumberOfSections()) { in create()
725 Obj->getNumberOfSections() * in create()
DCOFFObjectFile.cpp123 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()
811 (uint64_t)getNumberOfSections() * sizeof(coff_section))) in initialize()
921 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()
1010 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
/external/llvm-project/llvm/tools/obj2yaml/
Dxcoff2yaml.cpp39 YAMLObj.Header.NumberOfSections = Obj.getNumberOfSections(); in dumpHeader()
Dcoff2yaml.cpp48 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DReader.cpp59 for (size_t I = 1, E = COFFObj.getNumberOfSections(); I <= E; I++) { in readSections()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp49 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h311 uint16_t getNumberOfSections() const;
DCOFF.h850 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h337 uint16_t getNumberOfSections() const;
DCOFF.h872 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/external/llvm-project/lld/COFF/
DInputFiles.cpp217 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks()
415 coffObj->getNumberOfSections() + 1); in initializeSymbols()
/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp54 W.printNumber("NumberOfSections", Obj.getNumberOfSections()); in printFileHeaders()
DCOFFDumper.cpp624 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()
/external/llvm/include/llvm/Object/
DCOFF.h699 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp563 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()