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

12 3 4

  /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);
  /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-3957855/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-3960126/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-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /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;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel,
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /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;
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 88 bool &IsPCRel, uint64_t &FixedValue) = 0;
109 bool IsPCRel) const;

Completed in 737 milliseconds

12 3 4