Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp361 uint32_t RelocKind = Extractor.getU32(C); in parseRelocInfo() local
364 Relocs.push_back({InsnOff, TypeID, OffsetNameOff, RelocKind}); in parseRelocInfo()
472 switch (Reloc->RelocKind) { in relocKindGroup()
665 relocKindName(Reloc->RelocKind, Stream); in symbolize()
687 relocKindName(Reloc->RelocKind, Stream); in symbolize()
856 return Fail(format("unknown relocation kind: %d", Reloc->RelocKind)); in symbolize()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp177 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation() local
178 if (!RelocKind) in addSingleRelocation()
179 return RelocKind.takeError(); in addSingleRelocation()
192 switch (*RelocKind) { in addSingleRelocation()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h271 uint32_t RelocKind; ///< What to patch the instruction member
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1158 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()
1275 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr)); in generatePatchImmReloc()
1277 FieldReloc.RelocKind); in generatePatchImmReloc()
1281 FieldReloc.RelocKind = std::stoull(std::string(RelocStr)); in generatePatchImmReloc()
1282 PatchImms[GVar] = std::make_pair(RootId, FieldReloc.RelocKind); in generatePatchImmReloc()
H A DBTFDebug.h285 uint32_t RelocKind; ///< What to patch the instruction member