Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp42 DwarfCFIException::DwarfCFIException(AsmPrinter *A) in DwarfCFIException() function in DwarfCFIException
46 DwarfCFIException::~DwarfCFIException() {} in ~DwarfCFIException()
50 void DwarfCFIException::endModule() { in endModule()
76 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction()
138 void DwarfCFIException::endFunction(const MachineFunction *) { in endFunction()
H A DDwarfException.h24 class DwarfCFIException : public EHStreamer {
43 DwarfCFIException(AsmPrinter *A);
44 virtual ~DwarfCFIException();
H A DCMakeLists.txt11 DwarfCFIException.cpp
H A DAsmPrinter.cpp252 ES = new DwarfCFIException(this); in doInitialization()
/minix/external/bsd/llvm/lib/libLLVMAsmPrinter/
H A DMakefile18 DwarfCFIException.cpp \