Home
last modified time | relevance | path

Searched refs:GENERIC_RELOC_VANILLA (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp367 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in RecordScatteredRelocation()
552 Type = MachO::GENERIC_RELOC_VANILLA; in RecordX86Relocation()
583 Type = MachO::GENERIC_RELOC_VANILLA; in RecordX86Relocation()
/trueos/contrib/llvm/include/llvm/Support/
HDMachO.h365 GENERIC_RELOC_VANILLA = 0, enumerator
375 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
395 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp208 case MachO::GENERIC_RELOC_VANILLA: { in resolveI386Relocation()
425 MachO::GENERIC_RELOC_VANILLA, Value.Addend); in processRelocationRef()
/trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp92 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType()