Home
last modified time | relevance | path

Searched refs:sectionSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DSymbolTable.cpp149 uint64_t existingSize = existingDef->sectionSize(); in addByName()
150 uint64_t newSize = newDef->sectionSize(); in addByName()
155 uint64_t existingSize = existingDef->sectionSize(); in addByName()
156 uint64_t newSize = newDef->sectionSize(); in addByName()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h232 virtual uint64_t sectionSize() const { return 0; } in sectionSize() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp384 const size_t sectionSize = (_is64 ? sizeof(section_64) : sizeof(section)); in loadCommandsSize() local
390 size += _file.sections.size() * sectionSize; in loadCommandsSize()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp825 _sectionSize(atom->sectionSize()) { in NormalizedAtom()
876 uint64_t sectionSize() const override { return _sectionSize; } in sectionSize() function in llvm::yaml::MappingTraits::NormalizedAtom