Home
last modified time | relevance | path

Searched refs:VirtualSize (Results 1 – 24 of 24) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDRecord.cpp17 unsigned VirtualSize, unsigned BaseSize) in Record() argument
19 BaseSize(BaseSize), VirtualSize(VirtualSize), IsUnion(Decl->isUnion()) { in Record()
HDRecord.h60 unsigned getFullSize() const { return BaseSize + VirtualSize; } in getFullSize()
110 VirtualBaseList &&VirtualBases, unsigned VirtualSize,
134 unsigned VirtualSize; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp39 return alignTo(Last.Header.VirtualAddress + Last.Header.VirtualSize, in getNextRVA()
69 Sec.Header.VirtualSize = NeedVA ? Sec.getContents().size() : 0u; in addSection()
72 NeedVA ? alignTo(Sec.Header.VirtualSize, in addSection()
HDCOFFWriter.cpp220 alignTo(S.Header.VirtualAddress + S.Header.VirtualSize, in finalize()
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDWriter.h58 uint64_t getVirtualSize() { return header.VirtualSize; } in getVirtualSize()
HDInputFiles.cpp1169 rva <= sec->VirtualAddress + sec->VirtualSize) { in isRVACode()
HDWriter.cpp1547 sec->header.VirtualSize = virtualSize; in assignAddresses()
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDAddressSpace.hpp567 uintptr_t end = begin + pish->Misc.VirtualSize; in findUnwindSections()
575 info.dwarf_section_length = pish->Misc.VirtualSize; in findUnwindSections()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp477 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr()
488 if (Section->SizeOfRawData < Section->VirtualSize && in getRvaPtr()
515 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
516 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()
1221 return std::min(Sec->VirtualSize, Sec->SizeOfRawData); in getSectionSize()
HDWindowsResource.cpp749 SectionOneHeader->VirtualSize = 0; in writeFirstSectionHeader()
767 SectionTwoHeader->VirtualSize = 0; in writeSecondSectionHeader()
/freebsd-14-stable/stand/efi/include/amd64/
HDpe.h236 UINT32 VirtualSize; member
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
HDObjectFileCOFF.cpp243 COFFSection->VirtualSize, in CreateSections()
/freebsd-14-stable/stand/efi/include/i386/
HDpe.h236 UINT32 VirtualSize; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFEmitter.cpp367 SizeOfImage += alignTo(S.Header.VirtualSize, Header->SectionAlignment); in initializeOptionalHeader()
473 OS << binary_le(S.Header.VirtualSize) in writeCOFF()
HDCOFFYAML.cpp669 IO.mapOptional("VirtualSize", Sec.Header.VirtualSize, 0U); in mapping()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h286 uint32_t VirtualSize; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiStreamBuilder.cpp372 Entry.SecByteLength = Hdr.VirtualSize; in createSectionMap()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFFLinkGraphBuilder.cpp57 return std::min(Sec->VirtualSize, Sec->SizeOfRawData); in getSectionSize()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h442 support::ulittle32_t VirtualSize; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp556 W.write<uint32_t>(S.VirtualSize); in writeSectionHeaders()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Windows_NT_util.cpp54 SIZE_T VirtualSize; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp483 (CoffSection->VirtualSize > 0) || (CoffSection->SizeOfRawData > 0); in isRequiredForExecution()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp1796 P.formatLine("{0,8:X-} virtual size", uint32_t(Header.VirtualSize)); in dumpSectionHeaders()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1520 W.printHex ("VirtualSize", Section->VirtualSize); in printSectionHeaders()