Searched refs:RIT_X86_64_GOT (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp67 case RIT_X86_64_GOT:
H A DX86MachObjectWriter.cpp272 Type = macho::RIT_X86_64_GOT;
309 Type = macho::RIT_X86_64_GOT;
315 Type = macho::RIT_X86_64_GOT;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp213 case macho::RIT_X86_64_GOT:
332 if (Arch == Triple::x86_64 && RelType == macho::RIT_X86_64_GOT) {
/external/llvm/include/llvm/Object/
H A DMachOFormat.h408 RIT_X86_64_GOT = 4, enumerator in enum:llvm::object::macho::RelocationInfoTypeX86_64
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py1003 RIT_X86_64_GOT = 4 variable in class:Relocs_Macho_X86_64
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1014 case macho::RIT_X86_64_GOT: { // X86_64_RELOC_GOT

Completed in 152 milliseconds