Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp52 uint64_t COFFLinkGraphBuilder::getSectionSize(const object::COFFObjectFile &Obj, in getSectionSize() function in llvm::jitlink::COFFLinkGraphBuilder
165 *GraphSec, getSectionSize(Obj, *Sec), in graphifySections()
H A DCOFFLinkGraphBuilder.h150 static uint64_t getSectionSize(const object::COFFObjectFile &Obj,
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h266 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
469 return OwningObject->getSectionSize(SectionPimpl); in getSize()
H A DWasm.h181 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DCOFF.h953 uint64_t getSectionSize(DataRefImpl Sec) const override;
1076 uint64_t getSectionSize(const coff_section *Sec) const;
H A DELFObjectFile.h293 uint64_t getSectionSize(DataRefImpl Sec) const override;
850 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
H A DXCOFFObjectFile.h514 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DMachO.h420 uint64_t getSectionSize(DataRefImpl Sec) const override;
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
290 return getSectionSize(toSec(Ref)); in getSectionSize()
1169 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1196 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DXCOFFObjectFile.cpp357 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile
378 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DWasmObjectFile.cpp1733 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
H A DMachOObjectFile.cpp1935 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h770 uint64_t getSectionSize(SecType Type);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1230 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase