|
LLVM 22.0.0git
|
#include "BTFDebug.h"#include "BPF.h"#include "BPFCORE.h"#include "MCTargetDesc/BPFMCTargetDesc.h"#include "llvm/BinaryFormat/Dwarf.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/MC/MCStreamer.h"#include "llvm/Support/ErrorHandling.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) |
Functions | |
| static const DIType * | tryRemoveAtomicType (const DIType *Ty) |
Variables | |
| static const char * | BTFKindStr [] |
| #define HANDLE_BTF_KIND | ( | ID, | |
| NAME ) |
Definition at line 40 of file BTFDebug.cpp.
References llvm::dyn_cast().
Referenced by llvm::BTFTypeDerived::completeType(), llvm::BTFTypeFuncProto::completeType(), llvm::BTFTypeStruct::completeType(), and llvm::BTFTypeTypeTag::completeType().
Definition at line 35 of file BTFDebug.cpp.
Referenced by llvm::BTFTypeBase::emitType().