Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DCOFFLinkGraphBuilder.cpp124 GraphBlocks.resize(Obj.getNumberOfSections() + 1); in graphifySections()
127 SecIndex <= static_cast<COFFSectionIndex>(Obj.getNumberOfSections()); in graphifySections()
193 SymbolSets.resize(Obj.getNumberOfSections() + 1); in graphifySymbols()
194 PendingComdatExports.resize(Obj.getNumberOfSections() + 1); in graphifySymbols()
397 SecIndex <= static_cast<COFFSectionIndex>(Obj.getNumberOfSections()); in calculateImplicitSizeOfSymbols()
DCOFF_x86_64.cpp148 SectionIdx = getObject().getNumberOfSections() + 1; in addSingleRelocation()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DXCOFFObjectFile.cpp139 if (Offset >= getSectionHeaderSize() * getNumberOfSections()) in checkSectionAddress()
572 const uint16_t NumberOfSections = getNumberOfSections(); in getRelocationOffset()
586 const uint16_t NumberOfSections = getNumberOfSections(); in getRelocationOffset()
701 getNumberOfSections() * getSectionHeaderSize()); in section_end()
778 if (Num <= 0 || Num > getNumberOfSections()) in getSectionByNum()
834 uint16_t XCOFFObjectFile::getNumberOfSections() const { in getNumberOfSections() function in llvm::object::XCOFFObjectFile
968 TablePtr + getNumberOfSections()); in sections64()
975 TablePtr + getNumberOfSections()); in sections32()
1165 if (Obj->getNumberOfSections()) { in create()
1167 Obj->getNumberOfSections() * Obj->getSectionHeaderSize(); in create()
DCOFFObjectFile.cpp124 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()
879 (uint64_t)getNumberOfSections() * sizeof(coff_section))) in initialize()
990 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()
1082 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dxcoff2yaml.cpp44 YAMLObj.Header.NumberOfSections = Obj.getNumberOfSections(); in dumpHeader()
Dcoff2yaml.cpp48 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DObjectFileInterface.cpp156 Obj.getNumberOfSections() + 1); in getCOFFObjectFileSymbolInfo()
/openbsd/src/gnu/llvm/lld/COFF/
DInputFiles.cpp189 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks()
389 coffObj->getNumberOfSections() + 1); in initializeSymbols()
1099 for (size_t i = 1, e = coffObj->getNumberOfSections(); i <= e; i++) { in isRVACode()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DXCOFFObjectFile.h645 uint16_t getNumberOfSections() const;
DCOFF.h884 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp91 W.printNumber("NumberOfSections", Obj.getNumberOfSections()); in printFileHeaders()
DCOFFDumper.cpp671 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()