Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/
DLTO.h101 class ThinBackendProc; variable
193 using ThinBackend = std::function<std::unique_ptr<ThinBackendProc>(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h100 class ThinBackendProc; variable
224 using ThinBackend = std::function<std::unique_ptr<ThinBackendProc>(
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp1030 class lto::ThinBackendProc { class in lto
1037 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() function in lto::ThinBackendProc
1042 virtual ~ThinBackendProc() {} in ~ThinBackendProc()
1053 class InProcessThinBackend : public ThinBackendProc {
1069 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries), in InProcessThinBackend()
1193 class WriteIndexesThinBackend : public ThinBackendProc {
1205 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries), in WriteIndexesThinBackend()
1362 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTO.cpp1197 class lto::ThinBackendProc { class in lto
1206 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() function in lto::ThinBackendProc
1213 virtual ~ThinBackendProc() = default;
1249 class InProcessThinBackend : public ThinBackendProc {
1268 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in InProcessThinBackend()
1417 class WriteIndexesThinBackend : public ThinBackendProc {
1427 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in WriteIndexesThinBackend()
1604 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO()