Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/link/
Dlinker_fixture.h29 using Binaries = std::vector<Binary>; variable
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dlinker_fixture.h29 using Binaries = std::vector<Binary>; variable
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp677 auto &Binaries = ThinGenerator.getProducedBinaries(); in runAll() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp780 auto &Binaries = ThinGenerator.getProducedBinaries(); in runAll() local
/external/mesa3d/include/CL/
Dcl.hpp2389 typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > Binaries; typedef in cl::Program