Searched defs:getFileSize (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | OutputSection.h | 53 virtual uint64_t getFileSize() const { return getSize(); } getFileSize() function |
H A D | ConcatOutputSection.h | 37 uint64_t getFileSize() const override { return fileSize; } getFileSize() function |
H A D | InputSection.cpp | 87 uint64_t InputSection::getFileSize() const { getFileSize() function in InputSection |
H A D | SyntheticSections.h | 108 uint64_t getFileSize() const override { return 0; } in getFileSize() function |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | PDBFile.cpp | 101 uint64_t PDBFile::getFileSize() const { return Buffer->getLength(); } in getFileSize() function in PDBFile |
/llvm-project/llvm/lib/ProfileData/ | ||
H A D | SampleProfReader.cpp | 1331 uint64_t SampleProfileReaderExtBinaryBase::getFileSize() { getFileSize() function in SampleProfileReaderExtBinaryBase |