Home
last modified time | relevance | path

Searched refs:getSectionSize (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDGOFFObjectFile.h95 uint64_t getSectionSize(DataRefImpl Sec) const override;
HDObjectFile.h267 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
530 return OwningObject->getSectionSize(SectionPimpl); in getSize()
HDWasm.h189 uint64_t getSectionSize(DataRefImpl Sec) const override;
HDCOFF.h1006 uint64_t getSectionSize(DataRefImpl Sec) const override;
1133 uint64_t getSectionSize(const coff_section *Sec) const;
HDELFObjectFile.h323 uint64_t getSectionSize(DataRefImpl Sec) const override;
917 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
HDMachO.h446 uint64_t getSectionSize(DataRefImpl Sec) const override;
HDXCOFFObjectFile.h606 uint64_t getSectionSize(DataRefImpl Sec) const override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFFLinkGraphBuilder.h160 static uint64_t getSectionSize(const object::COFFObjectFile &Obj,
HDCOFFLinkGraphBuilder.cpp52 uint64_t COFFLinkGraphBuilder::getSectionSize(const object::COFFObjectFile &Obj, in getSectionSize() function in llvm::jitlink::COFFLinkGraphBuilder
173 *GraphSec, getSectionSize(Obj, *Sec), in graphifySections()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp398 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile
419 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
451 uint64_t SizeOfSection = getSectionSize(DRI); in getSectionFileOffsetToRawData()
1060 ExceptEntStart, ExceptEntStart + getSectionSize(DRI) / sizeof(ExceptEnt)); in getExceptionEntries()
HDGOFFObjectFile.cpp449 uint64_t GOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in GOFFObjectFile
466 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
HDCOFFObjectFile.cpp288 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
289 return getSectionSize(toSec(Ref)); in getSectionSize()
1209 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1236 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
HDWasmObjectFile.cpp1987 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
HDMachOObjectFile.cpp1951 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSampleProfReader.h770 uint64_t getSectionSize(SecType Type);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfReader.cpp1323 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase