Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h266 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
473 return OwningObject->getSectionSize(SectionPimpl); in getSize()
H A DWasm.h181 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DCOFF.h946 uint64_t getSectionSize(DataRefImpl Sec) const override;
1071 uint64_t getSectionSize(const coff_section *Sec) const;
H A DELFObjectFile.h294 uint64_t getSectionSize(DataRefImpl Sec) const override;
854 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
H A DXCOFFObjectFile.h592 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DMachO.h445 uint64_t getSectionSize(DataRefImpl Sec) const override;
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h160 static uint64_t getSectionSize(const object::COFFObjectFile &Obj,
H A DCOFFLinkGraphBuilder.cpp52 uint64_t COFFLinkGraphBuilder::getSectionSize(const object::COFFObjectFile &Obj, in getSectionSize() function in llvm::jitlink::COFFLinkGraphBuilder
163 *GraphSec, getSectionSize(Obj, *Sec), in graphifySections()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp388 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile
409 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
441 uint64_t SizeOfSection = getSectionSize(DRI); in getSectionFileOffsetToRawData()
1044 ExceptEntStart, ExceptEntStart + getSectionSize(DRI) / sizeof(ExceptEnt)); in getExceptionEntries()
H A DCOFFObjectFile.cpp289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
290 return getSectionSize(toSec(Ref)); in getSectionSize()
1172 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1199 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DWasmObjectFile.cpp1725 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
H A DMachOObjectFile.cpp1944 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h773 uint64_t getSectionSize(SecType Type);
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1304 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase