Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp62 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo()
332 unsigned RelocType, in requiresExternRelocation()
383 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DWasmDumper.cpp86 uint64_t RelocType = Reloc.getType(); in printRelocation() local
DCOFFDumper.cpp1494 uint64_t RelocType = Reloc.getType(); in printRelocation() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h154 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local
DRuntimeDyldMachOAArch64.h519 static const char *getRelocName(uint32_t RelocType) { in getRelocName()
DRuntimeDyldMachOARM.h360 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h96 enum RelocType { enum
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp65 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA() local
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp5385 bool MachOObjectFile::isMachOPairedReloc(uint64_t RelocType, uint64_t Arch) { in isMachOPairedReloc()