Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h38 using BTFRelocVector = SmallVector<BTF::BPFFieldReloc, 0>;
91 LLVM_ABI const BTF::BPFFieldReloc *
97 LLVM_ABI void symbolize(const BTF::BPFFieldReloc *Reloc,
H A DBTF.h267 struct BPFFieldReloc { struct
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp657 const llvm::BTF::BPFFieldReloc *Reloc = BTF.findFieldReloc(Address); in printBTFRelocation()