LLVM 19.0.0git
Macros | Variables
BTFDebug.cpp File Reference
#include "BTFDebug.h"
#include "BPF.h"
#include "BPFCORE.h"
#include "MCTargetDesc/BPFMCTargetDesc.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/LineIterator.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include <optional>
#include "llvm/DebugInfo/BTF/BTF.def"

Go to the source code of this file.

Macros

#define HANDLE_BTF_KIND(ID, NAME)   "BTF_KIND_" #NAME,
 

Variables

static const charBTFKindStr []
 

Macro Definition Documentation

◆ HANDLE_BTF_KIND

#define HANDLE_BTF_KIND (   ID,
  NAME 
)    "BTF_KIND_" #NAME,

Variable Documentation

◆ BTFKindStr

const char* BTFKindStr[]
static
Initial value:
= {
#define HANDLE_BTF_KIND(ID, NAME)
}

Definition at line 32 of file BTFDebug.cpp.

Referenced by llvm::BTFTypeBase::emitType().