HomeSort by relevance Sort by last modified time
    Searched refs:getSectionAddressSize (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 89 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
  /external/llvm/lib/MC/
MCFragment.cpp 176 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const {
188 return getSectionAddressSize(Sec);
MachObjectWriter.cpp 108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
201 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec);
615 StartAddress += Layout.getSectionAddressSize(Sec);
773 uint64_t Size = Layout.getSectionAddressSize(&Sec);
    [all...]
MCAssembler.cpp 614 Layout.getSectionAddressSize(Sec));
ELFObjectWriter.cpp     [all...]
WinCOFFObjectWriter.cpp 932 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
188 uint64_t SectionSize = Layout.getSectionAddressSize(&SD);
537 StartAddress += Layout.getSectionAddressSize(SD);
661 uint64_t Size = Layout.getSectionAddressSize(&SD);
MCAssembler.cpp 136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
148 return getSectionAddressSize(SD);
545 Layout.getSectionAddressSize(SD));
WinCOFFObjectWriter.cpp 738 if (Layout.getSectionAddressSize((*i)->MCData) > 0) {
798 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i);
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 288 FileOffset += Layout.getSectionAddressSize(Sec);
289 VMAddr += Layout.getSectionAddressSize(Sec);

Completed in 924 milliseconds

1 2