Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h96 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DObjectFile.h268 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
531 return OwningObject->getSectionSize(SectionPimpl); in getSize()
H A DWasm.h190 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DCOFF.h1060 uint64_t getSectionSize(DataRefImpl Sec) const override;
1191 uint64_t getSectionSize(const coff_section *Sec) const;
H A DELFObjectFile.h326 uint64_t getSectionSize(DataRefImpl Sec) const override;
923 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
H A DMachO.h451 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h613 uint64_t getSectionSize(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp46 uint64_t COFFLinkGraphBuilder::getSectionSize(const object::COFFObjectFile &Obj, in getSectionSize() function in llvm::jitlink::COFFLinkGraphBuilder
167 *GraphSec, getSectionSize(Obj, *Sec), in graphifySections()
H A DCOFFLinkGraphBuilder.h168 static uint64_t getSectionSize(const object::COFFObjectFile &Obj,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp399 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile
420 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
456 uint64_t SizeOfSection = getSectionSize(DRI); in getSectionFileOffsetToRawData()
1065 ExceptEntStart, ExceptEntStart + getSectionSize(DRI) / sizeof(ExceptEnt)); in getExceptionEntries()
H A DGOFFObjectFile.cpp449 uint64_t GOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in GOFFObjectFile
466 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DCOFFObjectFile.cpp288 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
289 return getSectionSize(toSec(Ref)); in getSectionSize()
1282 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1309 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DWasmObjectFile.cpp2008 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
H A DMachOObjectFile.cpp1952 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h829 uint64_t getSectionSize(SecType Type);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1407 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase