HomeSort by relevance Sort by last modified time
    Searched defs:RelocType (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
315 RelocType != MachO::PPC_RELOC_BR24 &&
316 RelocType != MachO::PPC_RELOC_BR14) {
331 unsigned Type = RelocType;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 55 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
57 RelocType = unsigned(macho::RIT_Vanilla);
83 RelocType = unsigned(macho::RIT_ARM_Branch24Bit);
90 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
97 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
105 RelocType = unsigned(macho::RIT_ARM_HalfDifference);
114 RelocType = unsigned(macho::RIT_ARM_Half);
289 unsigned RelocType = macho::RIT_Vanilla;
290 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) {
299 if (RelocType == macho::RIT_ARM_Half |
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 47 const MCFragment &Fragment, unsigned RelocType,
61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
119 RelocType = unsigned(MachO::ARM_RELOC_HALF);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
132 RelocType = unsigned(MachO::ARM_RELOC_HALF);
313 unsigned RelocType,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 414 unsigned RelocType = Is64BitMode ?
424 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
427 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
429 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
433 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 236 uint32_t RelocType = MachO.getAnyRelocationType(RE);
286 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
RuntimeDyldMachOI386.h 153 uint32_t RelocType = Obj.getAnyRelocationType(RE);
200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 64 uint32_t RelocType = Obj.getAnyRelocationType(RE);
86 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 516 Type RelocType
521 type RelocType int32
523 //go:generate stringer -type=RelocType
525 R_ADDR RelocType = 1 + iota
682 func (r RelocType) IsDirectJump() bool {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 516 Type RelocType
521 type RelocType int32
523 //go:generate stringer -type=RelocType
525 R_ADDR RelocType = 1 + iota
682 func (r RelocType) IsDirectJump() bool {

Completed in 466 milliseconds