Home
last modified time | relevance | path

Searched refs:DebugHandlerBase (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp102 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
104 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
113 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
136 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
143 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
148 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
176 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType()
244 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
348 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
374 void DebugHandlerBase::endInstruction() { in endInstruction()
[all …]
H A DCMakeLists.txt10 DebugHandlerBase.cpp
H A DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
H A DDwarfDebug.h295 class DwarfDebug : public DebugHandlerBase {
H A DCodeViewDebug.cpp140 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()
2947 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
3168 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()
3254 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
H A DDwarfDebug.cpp351 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1166 DebugHandlerBase::beginModule(M); in beginModule()
1950 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h53 class DebugHandlerBase : public AsmPrinterHandler {
55 DebugHandlerBase(AsmPrinter *A);
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile18 DebugHandlerBase.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn29 "DebugHandlerBase.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h251 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp404 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()
1059 DebugHandlerBase::beginInstruction(MI); in beginInstruction()