Look up a string in the .BTF section's string table.
Synopsis
Declared in <llvm/DebugInfo/BTF/BTFParser.h>
StringRef
findString(uint32_t Offset) const;
Description
Offset is relative to the string table start.
Return Value
The string at Offset.
Parameters
Name |
Description |
Offset |
Byte offset from the start of the string table. |
Created with MrDocs