Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp160 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation() local
161 if (!RelocKind) in addSingleRelocation()
162 return RelocKind.takeError(); in addSingleRelocation()
175 switch (*RelocKind) { in addSingleRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTF.h261 uint32_t RelocKind; ///< What to patch the instruction member
H A DBTFDebug.cpp1157 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()
1274 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr)); in generatePatchImmReloc()
1276 FieldReloc.RelocKind); in generatePatchImmReloc()
1280 FieldReloc.RelocKind = std::stoull(std::string(RelocStr)); in generatePatchImmReloc()
1281 PatchImms[GVar] = std::make_pair(RootId, FieldReloc.RelocKind); in generatePatchImmReloc()
H A DBTFDebug.h285 uint32_t RelocKind; ///< What to patch the instruction member