Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp100 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
102 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
111 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
134 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
141 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
146 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
175 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType()
249 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
347 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
373 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.h296 class DwarfDebug : public DebugHandlerBase {
H A DCodeViewDebug.cpp133 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()
3087 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
3343 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()
3425 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
H A DDwarfDebug.cpp349 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1171 DebugHandlerBase::beginModule(M); in beginModule()
2020 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h53 class DebugHandlerBase : public AsmPrinterHandler {
55 DebugHandlerBase(AsmPrinter *A);
/openbsd-src/gnu/usr.bin/clang/libLLVMAsmPrinter/
H A DMakefile14 DebugHandlerBase.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn30 "DebugHandlerBase.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.h289 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp507 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()
1312 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641299 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.macppc1298 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.loongson1298 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.octeon1298 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.arm641299 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.powerpc641297 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.armv71297 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.i3861297 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
H A Dclang.sparc641298 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5054 llvm/include/llvm/CodeGen/DebugHandlerBase.h
5830 llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp