Home
last modified time | relevance | path

Searched defs:IsPCRel (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp86 const bool IsPCRel) { in getRelocType()
148 const unsigned IsPCRel, const unsigned Log2Size, in makeRelocationInfo()
166 const unsigned Log2Size, const unsigned IsPCRel, in makeScatteredRelocationInfo()
198 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in recordScatteredRelocation() local
307 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordPPCRelocation() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp86 const bool IsPCRel) { in getRelocType()
148 const unsigned IsPCRel, const unsigned Log2Size, in makeRelocationInfo()
166 const unsigned Log2Size, const unsigned IsPCRel, in makeScatteredRelocationInfo()
198 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in recordScatteredRelocation() local
307 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordPPCRelocation() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp52 bool &IsPCRel) { in getType64()
98 X86_64RelType Type, bool IsPCRel, in getRelocType64()
222 X86_32RelType Type, bool IsPCRel, in getRelocType32()
DX86MachObjectWriter.cpp107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
375 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
478 unsigned IsPCRel = 0; in recordTLVPRelocation() local
512 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp50 bool &IsPCRel) { in getType64()
93 X86_64RelType Type, bool IsPCRel, in getRelocType64()
216 X86_32RelType Type, bool IsPCRel, in getRelocType32()
DX86MachObjectWriter.cpp106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
375 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
478 unsigned IsPCRel = 0; in recordTLVPRelocation() local
514 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp130 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMMovwMovtRelocation() local
228 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local
287 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
347 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation() local
417 unsigned IsPCRel = 0; in RecordTLVPRelocation() local
458 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local
253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local
362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
DARMELFObjectWriter.cpp78 bool IsPCRel, in GetRelocTypeInner()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local
253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local
354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h147 bool IsPCRel; variable
166 bool IsPCRel, unsigned Size) in RelocationEntry()
172 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry()
182 uint64_t SectionBOffset, bool IsPCRel, unsigned Size, in RelocationEntry()
DRuntimeDyldMachO.h73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h147 bool IsPCRel; variable
162 bool IsPCRel, unsigned Size) in RelocationEntry()
168 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry()
DRuntimeDyldMachO.h73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp105 uint64_t Value, bool IsPCRel, in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp156 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
/external/llvm/lib/MC/
DMCAssembler.cpp186 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local
623 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in handleFixup() local
707 bool IsPCRel; in layout() local
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp405 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
1385 bool IsPCRel, in GetRelocType()
1536 bool IsPCRel, in GetRelocType()
1606 bool IsPCRel, in GetRelocType()
1652 bool IsPCRel, in GetRelocType()
1827 bool IsPCRel, in GetRelocType()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp404 bool IsPCRel /* = true */) { in emitDisplacementField()
486 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false; in emitMemModRMByte() local
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp34 MCValue Target, bool &IsPCRel, in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h237 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation() local

12