Home
last modified time | relevance | path

Searched refs:endModule (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h55 void endModule() override;
83 void endModule() override {} in endModule() function
103 void endModule() override {} in endModule() function
H A DWinCFGuard.h36 void endModule() override;
H A DWasmException.h29 void endModule() override;
H A DPseudoProbePrinter.h39 void endModule() override {} in endModule() function
H A DWinException.h103 void endModule() override;
H A DWasmException.cpp22 void WasmException::endModule() { in endModule() function in WasmException
H A DWinCFGuard.cpp83 void WinCFGuard::endModule() { in endModule() function in WinCFGuard
H A DDwarfCFIException.cpp50 void DwarfCFIException::endModule() { in endModule() function in DwarfCFIException
H A DCodeViewDebug.h497 void endModule() override;
H A DDwarfDebug.h652 void endModule() override;
H A DWinException.cpp47 void WinException::endModule() { in endModule() function in WinException
H A DCodeViewDebug.cpp633 void CodeViewDebug::endModule() { in endModule() function in CodeViewDebug
H A DDwarfDebug.cpp1404 void DwarfDebug::endModule() { in endModule() function in DwarfDebug
H A DAsmPrinter.cpp2048 HI.Handler->endModule(); in doFinalization()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h44 virtual void endModule() = 0;
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dasm.ll54 ; execution of endModule(). See PR18679 for the details.
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h422 void endModule() override;
H A DBTFDebug.cpp1557 void BTFDebug::endModule() { in endModule() function in BTFDebug
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp386 virtual void endModule() override { Test.EndCount++; } in endModule() function in __anon5e2e47990111::AsmPrinterHandlerTest::TestHandler