Home
last modified time | relevance | path

Searched refs:DwarfCFIException (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp26 DwarfCFIException::DwarfCFIException(AsmPrinter *A) : EHStreamer(A) {} in DwarfCFIException() function in DwarfCFIException
28 DwarfCFIException::~DwarfCFIException() = default;
30 void DwarfCFIException::addPersonality(const GlobalValue *Personality) { in addPersonality()
37 void DwarfCFIException::endModule() { in endModule()
57 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction()
100 void DwarfCFIException::beginBasicBlockSection(const MachineBasicBlock &MBB) { in beginBasicBlockSection()
139 void DwarfCFIException::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection()
146 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction()
DDwarfException.h24 class LLVM_LIBRARY_VISIBILITY DwarfCFIException : public EHStreamer {
49 DwarfCFIException(AsmPrinter *A);
50 ~DwarfCFIException() override;
DCMakeLists.txt14 DwarfCFIException.cpp
DAsmPrinter.cpp548 ES = new DwarfCFIException(this); in doInitialization()
/openbsd/src/gnu/usr.bin/clang/libLLVMAsmPrinter/
DMakefile18 DwarfCFIException.cpp \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
DBUILD.gn32 "DwarfCFIException.cpp",