Home
last modified time | relevance | path

Searched defs:RelocType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo()
313 unsigned RelocType, in requiresExternRelocation()
356 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation() local
/external/llvm/include/llvm/Object/
DRelocVisitor.h70 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF()
205 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF()
228 RelocToApply visitMachO(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitMachO()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h223 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp63 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp829 uint64_t RelocType = Reloc.getType(); in printRelocation() local