Searched defs:getSectionSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h83 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
397 std::error_code ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp261 std::error_code COFFObjectFile::getSectionSize(DataRefImpl Ref, function in class:COFFObjectFile
H A DMachOObjectFile.cpp580 getSectionSize(Sec, Size);
687 std::error_code MachOObjectFile::getSectionSize(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile
808 getSectionSize(Sec, SectEnd);

Completed in 82 milliseconds