Searched refs:RelocKind (Results 1 – 4 of 4) sorted by relevance
160 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation() local161 if (!RelocKind) in addSingleRelocation()162 return RelocKind.takeError(); in addSingleRelocation()175 switch (*RelocKind) { in addSingleRelocation()
261 uint32_t RelocKind; ///< What to patch the instruction member
1119 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()1249 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr)); in generatePatchImmReloc()1251 FieldReloc.RelocKind); in generatePatchImmReloc()1255 FieldReloc.RelocKind = std::stoull(std::string(RelocStr)); in generatePatchImmReloc()1256 PatchImms[GVar] = std::make_pair(RootId, FieldReloc.RelocKind); in generatePatchImmReloc()
285 uint32_t RelocKind; ///< What to patch the instruction member