Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp27 DwarfCFIException::DwarfCFIException(AsmPrinter *A) : EHStreamer(A) {} in DwarfCFIException() function in DwarfCFIException
29 DwarfCFIException::~DwarfCFIException() = default;
31 void DwarfCFIException::addPersonality(const GlobalValue *Personality) { in addPersonality()
38 void DwarfCFIException::endModule() { in endModule()
58 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction()
101 void DwarfCFIException::beginBasicBlockSection(const MachineBasicBlock &MBB) { in beginBasicBlockSection()
140 void DwarfCFIException::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection()
147 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction()
H A DDwarfException.h24 class LLVM_LIBRARY_VISIBILITY DwarfCFIException : public EHStreamer {
49 DwarfCFIException(AsmPrinter *A);
50 ~DwarfCFIException() override;
H A DAsmPrinter.cpp586 ES = new DwarfCFIException(this); in doInitialization()
/freebsd/lib/clang/libllvm/
H A DMakefile202 SRCS_MIN+= CodeGen/AsmPrinter/DwarfCFIException.cpp