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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp42 DwarfCFIException::DwarfCFIException(AsmPrinter *A) function in class:DwarfCFIException
47 DwarfCFIException::~DwarfCFIException() {}
51 void DwarfCFIException::EndModule() {
87 void DwarfCFIException::BeginFunction(const MachineFunction *MF) {
139 void DwarfCFIException::EndFunction() {
H A DDwarfException.h143 class DwarfCFIException : public DwarfException { class in namespace:llvm
162 DwarfCFIException(AsmPrinter *A);
163 virtual ~DwarfCFIException();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp59 DwarfCFIException::DwarfCFIException(AsmPrinter *A) function in class:DwarfCFIException
64 DwarfCFIException::~DwarfCFIException() {}
68 void DwarfCFIException::endModule() {
96 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
140 void DwarfCFIException::beginFragment(const MachineBasicBlock *MBB,
173 void DwarfCFIException::endFunction(const MachineFunction *) {
H A DDwarfException.h36 class LLVM_LIBRARY_VISIBILITY DwarfCFIException : public DwarfCFIExceptionBase { class in namespace:llvm
55 DwarfCFIException(AsmPrinter *A);
56 ~DwarfCFIException() override;

Completed in 85 milliseconds