Searched defs:RelocType (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 61 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/ |
D | RelocVisitor.h | 70 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/ |
D | AArch64MachObjectWriter.cpp | 44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local
|
D | RuntimeDyldMachOARM.h | 223 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 63 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA() local
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 829 uint64_t RelocType = Reloc.getType(); in printRelocation() local
|