Searched refs:DebugHandlerBase (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp1 //===-- llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp -------*- C++ -*--===//
14 #include "llvm/CodeGen/DebugHandlerBase.h"
87 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} function in class:DebugHandlerBase
93 void DebugHandlerBase::identifyScopeMarkers() {
116 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) {
123 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) {
129 DebugHandlerBase::getFunctionLocalOffsetAfterInsn(const MachineInstr *MI) {
143 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) {
185 void DebugHandlerBase
[all...]
H A DCodeViewDebug.h24 #include "llvm/CodeGen/DebugHandlerBase.h"
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
H A DDwarfDebug.h33 #include "llvm/CodeGen/DebugHandlerBase.h"
297 class DwarfDebug : public DebugHandlerBase {
H A DCodeViewDebug.cpp151 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {
2884 DebugHandlerBase::beginInstruction(MI);
H A DDwarfDebug.cpp349 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()),
1678 DebugHandlerBase::beginInstruction(MI);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h1 //===-- llvm/CodeGen/DebugHandlerBase.h -----------------------*- C++ -*--===//
53 class DebugHandlerBase : public AsmPrinterHandler { class in namespace:llvm
55 DebugHandlerBase(AsmPrinter *A);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h18 #include "llvm/CodeGen/DebugHandlerBase.h"
236 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp383 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false),
1012 DebugHandlerBase::beginInstruction(MI);
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile167 SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp

Completed in 143 milliseconds