Searched refs:DebugHandlerBase (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugHandlerBase.cpp | 87 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase 93 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers() 116 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() 123 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() 129 DebugHandlerBase::getFunctionLocalOffsetAfterInsn(const MachineInstr *MI) { in getFunctionLocalOffsetAfterInsn() 143 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize() 185 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction() 279 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction() 305 void DebugHandlerBase::endInstruction() { in endInstruction() 337 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction()
|
| D | CMakeLists.txt | 9 DebugHandlerBase.cpp
|
| D | CodeViewDebug.h | 52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
|
| D | DwarfDebug.h | 297 class DwarfDebug : public DebugHandlerBase {
|
| D | DwarfDebug.cpp | 349 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug() 1678 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
|
| D | CodeViewDebug.cpp | 151 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) { in CodeViewDebug() 2884 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | DebugHandlerBase.h | 53 class DebugHandlerBase : public AsmPrinterHandler { 55 DebugHandlerBase(AsmPrinter *A);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BTFDebug.h | 236 class BTFDebug : public DebugHandlerBase {
|
| D | BTFDebug.cpp | 383 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug() 980 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
| D | Android.bp | 118 "llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp",
|
| D | BUILD.gn | 273 "llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp",
|
| D | CMakeLists.txt | 118 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
|