LLVM 19.0.0git
Public Attributes | List of all members
llvm::BTFParser::ParseOptions Struct Reference

#include "llvm/DebugInfo/BTF/BTFParser.h"

Public Attributes

bool LoadLines = false
 
bool LoadTypes = false
 
bool LoadRelocs = false
 

Detailed Description

Definition at line 108 of file BTFParser.h.

Member Data Documentation

◆ LoadLines

bool llvm::BTFParser::ParseOptions::LoadLines = false

Definition at line 109 of file BTFParser.h.

Referenced by llvm::BTFContext::create().

◆ LoadRelocs

bool llvm::BTFParser::ParseOptions::LoadRelocs = false

Definition at line 111 of file BTFParser.h.

◆ LoadTypes

bool llvm::BTFParser::ParseOptions::LoadTypes = false

Definition at line 110 of file BTFParser.h.


The documentation for this struct was generated from the following file: