Searched refs:DwarfCFIException (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h37 class LLVM_LIBRARY_VISIBILITY DwarfCFIException : public DwarfCFIExceptionBase { class in namespace:llvm
54 DwarfCFIException(AsmPrinter *A);
55 ~DwarfCFIException() override;
H A DDwarfCFIException.cpp54 DwarfCFIException::DwarfCFIException(AsmPrinter *A) function in class:DwarfCFIException
59 DwarfCFIException::~DwarfCFIException() {}
63 void DwarfCFIException::endModule() {
88 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
129 void DwarfCFIException::beginFragment(const MachineBasicBlock *MBB,
169 void DwarfCFIException::endFunction(const MachineFunction *MF) {
H A DAsmPrinter.cpp359 ES = new DwarfCFIException(this);
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile169 SRCS_MIN+= CodeGen/AsmPrinter/DwarfCFIException.cpp

Completed in 178 milliseconds