Home
last modified time | relevance | path

Searched defs:VModuleKey (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp66 [](orc::VModuleKey) -> std::shared_ptr<llvm::orc::SymbolResolver> { in TEST()
70 auto SetResolver = [](orc::VModuleKey, std::shared_ptr<orc::SymbolResolver>) { in TEST()
DRTDyldObjectLinkingLayerTest.cpp72 RTDyldObjectLinkingLayer ObjLayer(ES, [&MM](VModuleKey) { in TEST() argument
273 [](VModuleKey) { in TEST_F() argument
278 const RuntimeDyld::LoadedObjectInfo &info) {}); in TEST_F()
DObjectTransformLayerTest.cpp285 RTDyldObjectLinkingLayer BaseLayer(ES, [](VModuleKey) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc113 [this](llvm::orc::VModuleKey) { in __anon103e137a0402()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h40 using VModuleKey = uint64_t; variable