HomeSort by: relevance | last modified time | path
    Searched defs:getSectionSize (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 281 uint64_t getSectionSize(DataRefImpl Sec) const override;
834 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 1062 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const {
290 return getSectionSize(toSec(Ref));
1108 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const {
1135 uint32_t SectionSize = getSectionSize(Sec);
WasmObjectFile.cpp 1647 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const {
XCOFFObjectFile.cpp 265 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const {
286 uint64_t SectionSize = getSectionSize(Sec);
MachOObjectFile.cpp 1928 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const {

Completed in 23 milliseconds