| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ | 
| H A D | X86ELFObjectWriter.cpp | 51                                bool &IsPCRel) {  in getType64()105                                X86_64RelType Type, bool IsPCRel,  in getRelocType64()
 251                                X86_32RelType Type, bool IsPCRel,  in getRelocType32()
 
 | 
| H A D | X86MachObjectWriter.cpp | 106   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in RecordX86_64Relocation()  local373   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in recordScatteredRelocation()  local
 476   unsigned IsPCRel = 0;  in recordTLVPRelocation()  local
 510   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in RecordX86Relocation()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ | 
| H A D | ARMMachObjectWriter.cpp | 157   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in RecordARMScatteredHalfRelocation()  local272   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in RecordARMScatteredRelocation()  local
 381   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in recordRelocation()  local
 
 | 
| H A D | ARMELFObjectWriter.cpp | 80                                                bool IsPCRel,  in GetRelocTypeInner()
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ | 
| H A D | MCFixup.h | 109   static MCFixupKind getKindForSize(unsigned Size, bool IsPCRel) {  in getKindForSize()125   static MCFixupKind getKindForSizeInBits(unsigned Size, bool IsPCRel) {  in getKindForSizeInBits()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| H A D | RuntimeDyldImpl.h | 145   bool IsPCRel;  variable164                   bool IsPCRel, unsigned Size)  in RelocationEntry()
 170                   uint64_t SectionBOffset, bool IsPCRel, unsigned Size)  in RelocationEntry()
 180                   uint64_t SectionBOffset, bool IsPCRel, unsigned Size,  in RelocationEntry()
 
 | 
| H A D | RuntimeDyldMachO.h | 72     bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);  in getRelocationEntry()  local
 | 
| H A D | RuntimeDyldMachO.cpp | 66   bool IsPCRel = Obj.getAnyRelocationPCRel(RE);  in processScatteredVANILLA()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ | 
| H A D | M68kELFObjectWriter.cpp | 48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) {  in getType()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ | 
| H A D | WebAssemblyAsmBackend.cpp | 99                                        uint64_t Value, bool IsPCRel,  in applyFixup()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ | 
| H A D | PPCMCInstLower.cpp | 77       bool IsPCRel = (MO.getTargetFlags() & ~access) == PPCII::MO_PCREL_FLAG;  in GetSymbolRef()  local
 | 
| H A D | PPCISelLowering.cpp | 3377     bool IsPCRel = Subtarget.isUsingPCRelativeCalls();  in LowerGlobalTLSAddressLinux()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| H A D | AArch64MachObjectWriter.cpp | 155   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());  in recordRelocation()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| H A D | RuntimeDyldMachOI386.h | 155     bool IsPCRel = Obj.getAnyRelocationPCRel(RE);  in processSECTDIFFRelocation()  local
 | 
| H A D | RuntimeDyldMachOARM.h | 361     bool IsPCRel = MachO.getAnyRelocationPCRel(RE);  in processHALFSECTDIFFRelocation()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ | 
| H A D | PPCMCCodeEmitter.cpp | 385   bool IsPCRel = SRE->getKind() == MCSymbolRefExpr::VK_PPC_TLS_PCREL;  in getTLSRegEncoding()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/MC/ | 
| H A D | MCAssembler.cpp | 233   bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags &  in evaluateFixup()  local
 | 
| H A D | XCOFFObjectWriter.cpp | 610   bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &  in recordRelocation()  local
 | 
| H A D | ELFObjectWriter.cpp | 1432   bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &  in recordRelocation()  local
 | 
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ | 
| H A D | AsmWriterEmitter.cpp | 909             bool IsPCRel =  in EmitPrintAliasInstruction()  local
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ | 
| H A D | MachODump.cpp | 459   bool IsPCRel = Obj->getAnyRelocationPCRel(RE);  in getMachORelocationValueString()  local
 |