/aosp_15_r20/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 166 unsigned int EntrySize = 0; in emitSectionData() local 474 unsigned int EntrySize = X86_32GOTEntry::EntrySize; in emitGOTSectionData() local 497 unsigned int EntrySize = X86_32GOTEntry::EntrySize; in emitGOTPLTSectionData() local 659 unsigned int EntrySize = X86_64GOTEntry::EntrySize; in emitGOTSectionData() local 682 unsigned int EntrySize = X86_64GOTEntry::EntrySize; in emitGOTPLTSectionData() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 467 unsigned EntrySize, in createELFSectionImpl() 502 unsigned Flags, unsigned EntrySize, in createELFRelSection() 518 unsigned EntrySize) { in getELFNamedSection() 524 unsigned Flags, unsigned EntrySize, in getELFSection() 537 unsigned Flags, unsigned EntrySize, in getELFSection() 615 unsigned EntrySize) { in recordELFMergeableSectionInfo() 641 unsigned EntrySize) { in getELFUniqueIDForEntsize()
|
H A D | ELFObjectWriter.cpp | 639 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local 823 unsigned EntrySize; in createRelocationSection() local 916 MaybeAlign Alignment, uint64_t EntrySize) { in WriteSecHdrEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 332 unsigned EntrySize, in createELFSectionImpl() 366 unsigned Flags, unsigned EntrySize, in createELFRelSection() 382 unsigned EntrySize) { in getELFNamedSection() 387 unsigned Flags, unsigned EntrySize, in getELFSection() 399 unsigned Flags, unsigned EntrySize, in getELFSection()
|
H A D | ELFObjectWriter.cpp | 615 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local 791 unsigned EntrySize; in createRelocationSection() local 902 uint64_t Alignment, uint64_t EntrySize) { in WriteSecHdrEntry()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCContext.cpp | 313 unsigned Flags, unsigned EntrySize, in createELFRelSection() 329 unsigned EntrySize) { in getELFNamedSection() 334 unsigned Flags, unsigned EntrySize, in getELFSection() 346 unsigned Flags, unsigned EntrySize, in getELFSection()
|
H A D | ELFObjectWriter.cpp | 774 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local 961 unsigned EntrySize; in createRelocationSection() local 1069 uint64_t EntrySize) { in WriteSecHdrEntry()
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCContext.h | 353 unsigned Flags, unsigned EntrySize, in getELFSection() 359 unsigned Flags, unsigned EntrySize, in getELFSection() 366 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 142 unsigned int EntrySize = 0; in emitSectionData() local 310 unsigned int EntrySize = HexagonGOTEntry::EntrySize; in emitGOTSectionData() local 359 unsigned int EntrySize = HexagonGOTEntry::EntrySize; in emitGOTPLTSectionData() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCContext.h | 390 unsigned EntrySize; member 573 unsigned Flags, unsigned EntrySize) { in getELFSection() 579 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCContext.h | 397 unsigned EntrySize; member 584 unsigned Flags, unsigned EntrySize) { in getELFSection() 590 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCContext.h | 390 unsigned EntrySize; member 573 unsigned Flags, unsigned EntrySize) { in getELFSection() 579 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCContext.h | 390 unsigned EntrySize; member 571 unsigned Flags, unsigned EntrySize) { in getELFSection() 577 unsigned Flags, unsigned EntrySize, in getELFSection()
|
D | MCSectionELF.h | 38 unsigned EntrySize; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 390 unsigned EntrySize; member 569 unsigned Flags, unsigned EntrySize) { in getELFSection() 575 unsigned Flags, unsigned EntrySize, in getELFSection()
|
H A D | MCSectionELF.h | 38 unsigned EntrySize; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 653 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() 707 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() 817 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local 872 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal() local 2403 unsigned EntrySize = getEntrySizeForKind(Kind); in SelectSectionForGlobal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 430 unsigned Flags, unsigned EntrySize, in getELFSection() 436 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Target/ |
D | GOT.h | 36 enum { EntrySize = SIZE }; enumerator
|
D | PLT.h | 53 enum { EntrySize = SIZE }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | OffloadYAML.h | 44 std::optional<uint64_t> EntrySize; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | OffloadYAML.h | 43 std::optional<uint64_t> EntrySize; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | OffloadYAML.h | 43 std::optional<uint64_t> EntrySize; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | OffloadYAML.h | 43 std::optional<uint64_t> EntrySize; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | OffloadYAML.h | 43 std::optional<uint64_t> EntrySize; member
|