Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTF.h249 uint32_t RelocKind; ///< What to patch the instruction member
H A DBTFDebug.cpp902 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()
1021 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr)); in generatePatchImmReloc()
1023 FieldReloc.RelocKind); in generatePatchImmReloc()
1027 FieldReloc.RelocKind = std::stoull(std::string(RelocStr)); in generatePatchImmReloc()
1028 PatchImms[GVar] = std::make_pair(RootId, FieldReloc.RelocKind); in generatePatchImmReloc()
H A DBTFDebug.h247 uint32_t RelocKind; ///< What to patch the instruction member