HomeSort by relevance Sort by last modified time
    Searched refs:RelType (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 29 uint64_t RelType; Rel.getType(RelType);
61 switch(RelType) {
X86MachORelocationInfo.cpp 30 uint64_t RelType; Rel.getType(RelType);
45 switch(RelType) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
RuntimeDyldImpl.h 87 /// RelType - relocation type.
88 uint32_t RelType;
113 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
118 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
123 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
129 : SectionID(id), Offset(offset), RelType(type),
RuntimeDyldMachO.cpp 275 << " MachoType: " << RE.RelType
310 switch (RE.RelType) {
344 switch (RE.RelType) {
378 switch (RE.RelType) {
427 switch (RE.RelType) {
663 uint32_t RelType = MachO->getAnyRelocationType(RE);
675 if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
676 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
678 else if (Arch == Triple::x86 && RelType == MachO::GENERIC_RELOC_VANILLA)
742 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT |
    [all...]

Completed in 43 milliseconds