Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h50 using VModuleKeyT = llvm::orc::VModuleKey; variable
73 VModuleKeyT AddModule(std::unique_ptr<llvm::Module> module);
76 void RemoveModule(VModuleKeyT key);
98 std::vector<VModuleKeyT> module_keys_;
Dsimple_orc_jit.cc123 [this](VModuleKeyT, const llvm::object::ObjectFile& object,
128 [this](VModuleKeyT, const llvm::object::ObjectFile& object) { in __anon103e137a0602() argument
178 SimpleOrcJIT::VModuleKeyT SimpleOrcJIT::AddModule( in AddModule()
186 void SimpleOrcJIT::RemoveModule(SimpleOrcJIT::VModuleKeyT key) { in RemoveModule()