HomeSort by relevance Sort by last modified time
    Searched refs:IsPCRel (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 81 // if (IsExtern && RE.IsPCRel) {
86 if (RE.IsPCRel)
105 if (RE.IsPCRel) {
154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
202 IsPCRel, Size);
RuntimeDyldMachOARM.h 99 if (RE.IsPCRel)
122 if (RE.IsPCRel) {
213 RE.IsPCRel, RE.Size);
237 bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
287 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
RuntimeDyldMachOAArch64.h 293 if (!IsExtern && RE.IsPCRel)
323 assert(!RE.IsPCRel && "PCRel and ARM64_RELOC_UNSIGNED not supported");
333 assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_BRANCH26 not supported");
342 assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_PAGE21 not supported");
352 assert(!RE.IsPCRel && "PCRel and ARM64_RELOC_PAGEOFF21 not supported");
407 /*IsPCRel=*/false, /*Size=*/3);
416 RE.IsPCRel, RE.Size);
RuntimeDyldMachOX86_64.h 60 if (!IsExtern && RE.IsPCRel)
94 if (RE.IsPCRel) {
133 assert(RE.IsPCRel);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 42 uint64_t Value, bool IsPCRel) const override;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectWriter.cpp 75 bool IsPCRel) const {
ELFObjectWriter.cpp 337 bool IsPCRel) const {
360 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
383 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
389 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
405 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind());
409 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel);
414 IsPCRel = true;
446 unsigned Type = GetRelocType(Target, Fixup, IsPCRel,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCObjectWriter.h 89 bool &IsPCRel, uint64_t &FixedValue) = 0;
110 bool IsPCRel) const;
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 88 bool &IsPCRel, uint64_t &FixedValue) = 0;
109 bool IsPCRel) const;
  /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...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 34 const MCFixup &Fixup, bool IsPCRel) const override;
50 bool IsPCRel) const {
64 if (IsPCRel) {

Completed in 2266 milliseconds

12 3 4 5