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

1 2 34

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 236 MCValue Target, bool &IsPCRel,
261 bool IsPCRel) const override;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 59 const MCFixup &Fixup, bool IsPCRel) const override;
218 bool IsPCRel) const {
227 return IsPCRel ? ELF::R_MIPS_PC16 : ELF::R_MIPS_16;
230 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32;
233 if (IsPCRel) {
MipsAsmBackend.cpp 234 bool IsPCRel) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 65 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
86 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
156 << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 117 uint64_t Value, bool IsPCRel) const override {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 239 bool IsPCRel) const;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 91 intptr_t Adj = 0, bool IsPCRel = true);
404 bool IsPCRel /* = true */) {
415 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext)
420 // do it, otherwise fallback to absolute (this is determined by IsPCRel).
486 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false;
530 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
588 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 360 bool IsPCRel, MCContext *Ctx,
376 if (!IsPCRel)
388 if (!IsPCRel)
841 bool IsPCRel) const {
844 adjustFixupValue(Fixup, Value, IsPCRel, nullptr, IsLittleEndian, true);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 75 uint64_t Value, bool IsPCRel) const override;
266 bool IsPCRel) const {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 277 uint64_t Value, bool IsPCRel) const override {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 248 bool IsPCRel = Backend.getFixupKindInfo(
252 if (IsPCRel) {
293 assert((ShouldAlignPC ? IsPCRel : true) &&
296 if (IsPCRel) {
MachObjectWriter.cpp 563 bool IsPCRel) const {
578 if (IsPCRel) {
593 // For Darwin x86_64, there is one special case when the reference IsPCRel.
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 183 bool IsPCRel) const override;
189 MCValue Target, bool &IsPCRel,
624 bool InSet, bool IsPCRel) const {
633 InSet, IsPCRel);
655 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) {
    [all...]
MachObjectWriter.cpp 439 bool &IsPCRel, uint64_t &FixedValue) {
646 bool InSet, bool IsPCRel) const {
659 if (IsPCRel) {
681 // For Darwin x86_64, there is one special case when the reference IsPCRel.
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 404 uint64_t FixupValue, bool IsPCRel) const override {
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 730 bool IsPCRel = Obj->getAnyRelocationPCRel(RE);
737 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
744 if (isPCRel)
771 if (isPCRel)
839 if (IsPCRel)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 112 uint64_t Value, bool IsPCRel) const override {

Completed in 945 milliseconds

1 2 34