Home
last modified time | relevance | path

Searched refs:ThinBackendProc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp893 class lto::ThinBackendProc { class in lto
900 ThinBackendProc(Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() function in lto::ThinBackendProc
905 virtual ~ThinBackendProc() {} in ~ThinBackendProc()
916 class InProcessThinBackend : public ThinBackendProc {
933 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries), in InProcessThinBackend()
1066 class WriteIndexesThinBackend : public ThinBackendProc {
1078 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries), in WriteIndexesThinBackend()
1216 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h79 class ThinBackendProc; variable
194 typedef std::function<std::unique_ptr<ThinBackendProc>(