LLVM  8.0.1
Macros | Variables
BTFDebug.cpp File Reference
#include "BTFDebug.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include <fstream>
#include <sstream>
#include "BTF.def"
Include dependency graph for BTFDebug.cpp:

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

Definition at line 27 of file BTFDebug.cpp.