|
LLVM 23.0.0git
|
#include "NVPTXDwarfDebug.h"#include "NVPTXSubtarget.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/Function.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCStreamer.h"#include "llvm/Support/CommandLine.h"#include "llvm/Target/TargetMachine.h"Go to the source code of this file.
Variables | |
| static cl::opt< bool > | LineInfoWithInlinedAt ("line-info-inlined-at", cl::desc("Emit line with inlined_at enhancement for NVPTX"), cl::init(true), cl::Hidden) |
|
static |
Referenced by llvm::NVPTXDwarfDebug::recordTargetSourceLine().