/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmWriter.cpp | 53 ObjectSize += SectionSize; in finalize() local 24 createSectionHeader(const Section & S,size_t & SectionSize) createSectionHeader() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCDXContainerWriter.cpp | 52 uint64_t SectionSize = Asm.getSectionAddressSize(Sec); writeObject() local 93 uint64_t SectionSize = Asm.getSectionAddressSize(Sec); writeObject() local
|
H A D | MCDwarf.cpp | 1102 const MCExpr *SectionSize = emitGenDwarfRanges() local 1125 const MCExpr *SectionSize = emitGenDwarfRanges() local
|
H A D | MachObjectWriter.cpp | 256 uint64_t SectionSize = Asm.getSectionAddressSize(Sec); writeSection() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | RegisterEHFrames.cpp | 92 walkLibunwindEHFrameSection(const char * const SectionStart,size_t SectionSize,HandleFDEFn HandleFDE) walkLibunwindEHFrameSection() argument
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 70 unsigned int SectionSize) { in reportSection()
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1184 emitIntOffset(uint64_t Offset,dwarf::DwarfFormat Format,uint64_t & SectionSize) emitIntOffset() argument 1192 emitLabelDifference(const MCSymbol * Hi,const MCSymbol * Lo,dwarf::DwarfFormat Format,uint64_t & SectionSize) emitLabelDifference() argument
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 430 uint64_t SectionSize = Sec.sh_size ? Sec.sh_size : 1ull; checkOffsets() local 448 uint64_t SectionSize = Sec.sh_size ? Sec.sh_size : 1ull; checkVMA() local 1556 const uint64_t SectionSize = Section.getSize(); disassemblePLTInstruction() local 1574 const uint64_t SectionSize = Section.getSize(); disassemblePLTSectionAArch64() local 1618 const uint64_t SectionSize = Section.getSize(); disassemblePLTSectionRISCV() local 1664 const uint64_t SectionSize = Section.getSize(); disassemblePLTSectionX86() local [all...] |
H A D | LinuxKernelRewriter.cpp | 392 const uint64_t SectionSize = SectionOrError->getSize(); processLKKSymtab() local 420 const uint64_t SectionSize = SMPLocksSection->getSize(); processSMPLocks() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 466 for (uint64_t SectionSize : SectionSizes) in computeAllocationSizeForSections() local 573 uint64_t SectionSize = DataSize + PaddingSize + StubBufSize; in computeTotalAllocSize() local
|
/llvm-project/llvm/lib/Object/ |
H A D | GOFFObjectFile.cpp | 466 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents() local
|
H A D | XCOFFObjectFile.cpp | 419 uint64_t SectionSize = getSectionSize(Sec); getSectionContents() local
|
H A D | MachOObjectFile.cpp | 104 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() local 296 const unsigned SectionSize = sizeof(Section); in parseSegmentLoadCommand() local
|
H A D | COFFObjectFile.cpp | 1236 uint32_t SectionSize = getSectionSize(Sec); getSectionContents() local
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 60 SectionSize = 40, enumerator
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 840 uint64_t SectionSize = StringOffsetsSection.Data.size(); dumpStringOffsetsSection() local
|