/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmWriter.cpp | 24 size_t &SectionSize) { in createSectionHeader() 53 size_t SectionSize; in finalize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDXContainerWriter.cpp | 57 assert(SectionSize < std::numeric_limits<uint32_t>::max() && in writeObject() local 98 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); writeObject() local
|
H A D | MCDwarf.cpp | 1096 const MCExpr *SectionSize = emitGenDwarfRanges() local 1119 const MCExpr *SectionSize = emitGenDwarfRanges() local
|
H A D | MachObjectWriter.cpp | 221 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); writeSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | RegisterEHFrames.cpp | 92 size_t SectionSize, HandleFDEFn HandleFDE) { in walkLibunwindEHFrameSection()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 70 unsigned int SectionSize) { in reportSection() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1177 emitIntOffset(uint64_t Offset,dwarf::DwarfFormat Format,uint64_t & SectionSize) emitIntOffset() argument 1185 emitLabelDifference(const MCSymbol * Hi,const MCSymbol * Lo,dwarf::DwarfFormat Format,uint64_t & SectionSize) emitLabelDifference() argument
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 413 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 | 1250 uint32_t SectionSize = getSectionSize(Sec); getSectionContents() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 60 SectionSize = 40, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 839 uint64_t SectionSize = StringOffsetsSection.Data.size(); dumpStringOffsetsSection() local
|