Write a human‐readable form of a CO‐RE relocation into Result.
Synopsis
Declared in <llvm/DebugInfo/BTF/BTFParser.h>
void
symbolize(
BTF::BPFFieldReloc const* Reloc,
SmallVectorImpl<char>& Result) const;
Description
The output is for display purposes only. See the implementation for details of the format.
Parameters
Name |
Description |
Reloc |
CO‐RE field relocation to describe. |
Result |
Buffer that receives the formatted text. |
Created with MrDocs