Home
last modified time | relevance | path

Searched refs:getFileSize (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp101 c->rebase_size = rebaseSection->getFileSize(); in writeTo()
105 c->bind_size = bindingSection->getFileSize(); in writeTo()
109 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
113 c->lazy_bind_size = lazyBindingSection->getFileSize(); in writeTo()
117 c->export_size = exportSection->getFileSize(); in writeTo()
165 c->datasize = functionStartsSection->getFileSize(); in writeTo()
184 c->datasize = dataInCodeSection->getFileSize(); in writeTo()
306 c->strsize = stringTableSection->getFileSize(); in writeTo()
1041 fileOff += osec->getFileSize(); in assignAddresses()
H A DOutputSection.h54 virtual uint64_t getFileSize() const { return getSize(); } in getFileSize() function
H A DInputSection.cpp31 uint64_t InputSection::getFileSize() const { in getFileSize() function in InputSection
104 if (getFileSize() == 0) in writeTo()
H A DConcatOutputSection.h38 uint64_t getFileSize() const override { return fileSize; } in getFileSize() function
H A DConcatOutputSection.cpp198 isecFileOff += isec->getFileSize(); in finalize()
H A DInputSection.h44 uint64_t getFileSize() const;
H A DSyntheticSections.h107 uint64_t getFileSize() const override { return 0; } in getFileSize() function
H A DSyntheticSections.cpp769 const uint64_t endAddr = beginAddr + isec->getFileSize(); in collectDataInCodeEntries()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h68 uint32_t getFileSize() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp103 uint32_t PDBFile::getFileSize() const { return Buffer->getLength(); } in getFileSize() function in PDBFile
221 if (BlockEndOffset > getFileSize()) in parseStreamData()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); in dump()
114 if (Max >= File.getFileSize()) in dump()
H A DExplainOutputStyle.cpp135 if (FileOffset >= File.pdb().getFileSize()) { in explainPdbBlockStatus()
137 FileOffset, File.pdb().getFileSize()); in explainPdbBlockStatus()
H A DYAMLOutputStyle.cpp98 Obj.Headers->FileSize = File.getFileSize(); in dumpFileHeaders()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h734 uint64_t getFileSize();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1095 uint64_t SampleProfileReaderExtBinaryBase::getFileSize() { in getFileSize() function in SampleProfileReaderExtBinaryBase
1156 assert(HeaderSize + TotalSecsSize == getFileSize() && in dumpSectionInfo()
1161 OS << "File Size: " << getFileSize() << "\n"; in dumpSectionInfo()