HomeSort by relevance Sort by last modified time
    Searched refs:IsPCRel (Results 51 - 75 of 97) sorted by null

1 23 4

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 60 if (!IsExtern && RE.IsPCRel)
94 if (RE.IsPCRel) {
133 assert(RE.IsPCRel);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonELFObjectWriter.cpp 33 MCFixup const &Fixup, bool IsPCRel) const override;
45 bool IsPCRel) const {
72 return IsPCRel ? ELF::R_HEX_32_PCREL : ELF::R_HEX_32;
  /external/llvm/lib/MC/
MCAssembler.cpp 186 bool IsPCRel = Backend.getFixupKindInfo(
190 if (IsPCRel) {
225 assert((ShouldAlignPC ? IsPCRel : true) &&
228 if (IsPCRel) {
623 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
629 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, IsPCRel,
632 return std::make_pair(FixedValue, IsPCRel);
707 bool IsPCRel;
708 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, Frag, Fixup);
710 Contents.size(), FixedValue, IsPCRel);
    [all...]
ELFObjectWriter.cpp 132 const MCFixup &Fixup, bool IsPCRel) const {
133 return TargetObjectWriter->getRelocType(Ctx, Target, Fixup, IsPCRel);
187 MCValue Target, bool &IsPCRel,
228 bool IsPCRel) const override;
626 bool &IsPCRel, uint64_t &FixedValue) {
643 if (IsPCRel) {
669 IsPCRel = true;
688 unsigned Type = getRelocType(Ctx, Target, Fixup, IsPCRel);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 34 const MCFixup &Fixup, bool IsPCRel) const override;
50 bool IsPCRel) const {
64 if (IsPCRel) {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 29 const MCFixup &Fixup, bool IsPCRel) const override;
71 bool IsPCRel) const {
76 if (IsPCRel) {
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 82 const MCFixup &Fixup, bool IsPCRel) const = 0;
MCMachObjectWriter.h 233 MCValue Target, bool &IsPCRel,
258 bool IsPCRel) const override;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 99 bool IsPCRel) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 80 const MCFixup &Fixup, bool IsPCRel) const = 0;
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;

Completed in 918 milliseconds

1 23 4