Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp258 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation() local
259 if (!RelocKind) in addSingleRelocation()
260 return RelocKind.takeError(); in addSingleRelocation()
273 switch (*RelocKind) { in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h271 uint32_t RelocKind; ///< What to patch the instruction member
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1277 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()
1394 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr)); in generatePatchImmReloc()
1396 FieldReloc.RelocKind); in generatePatchImmReloc()
1400 FieldReloc.RelocKind = std::stoull(std::string(RelocStr)); in generatePatchImmReloc()
1401 PatchImms[GVar] = std::make_pair(RootId, FieldReloc.RelocKind); in generatePatchImmReloc()
H A DBTFDebug.h285 uint32_t RelocKind; ///< What to patch the instruction member