Home
last modified time | relevance | path

Searched refs:RelocationSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp104 size_t RelocationSize = Relocation.emit(&Streamer); in emitAsData() local
105 SectionOffset += RelocationSize; in emitAsData()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp257 CurrentSectionDataOffset += COFF::RelocationSize; in layoutCOFF()
260 CurrentSectionDataOffset += S.Relocations.size() * COFF::RelocationSize; in layoutCOFF()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp108 static size_t size() { return COFF::RelocationSize; } in size()
986 Offset += COFF::RelocationSize; in assignFileOffsets()
989 Offset += COFF::RelocationSize * Sec->Relocations.size(); in assignFileOffsets()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h61 RelocationSize = 10 enumerator
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp686 Data.size() * COFF::RelocationSize; // one relocation for each resource. in performSectionOneLayout()