Home
last modified time | relevance | path

Searched defs:Assemble (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/Driver/
DPhases.h23 Assemble, enumerator
DToolChain.h86 mutable std::unique_ptr<Tool> Assemble; variable
/external/angle/third_party/spirv-tools/src/source/
Dlibspirv.cpp73 bool SpirvTools::Assemble(const std::string& text, in Assemble() function in spvtools::SpirvTools
79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() function in spvtools::SpirvTools
/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp73 bool SpirvTools::Assemble(const std::string& text, in Assemble() function in spvtools::SpirvTools
79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() function in spvtools::SpirvTools
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp73 bool SpirvTools::Assemble(const std::string& text, in Assemble() function in spvtools::SpirvTools
79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() function in spvtools::SpirvTools
/external/swiftshader/third_party/SPIRV-Tools/test/diff/
Ddiff_test.cpp37 std::unique_ptr<spvtools::opt::IRContext> Assemble(const std::string& spirv) { in Assemble() function
/external/angle/third_party/spirv-tools/src/test/diff/
Ddiff_test.cpp36 std::unique_ptr<spvtools::opt::IRContext> Assemble(const std::string& spirv) { in Assemble() function
/external/deqp-deps/SPIRV-Tools/test/diff/
Ddiff_test.cpp36 std::unique_ptr<spvtools::opt::IRContext> Assemble(const std::string& spirv) { in Assemble() function
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp41 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anonc164f91a0111::PropagatorTest
/external/angle/third_party/spirv-tools/src/test/opt/
Dpropagator_test.cpp41 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anon8470a08e0111::PropagatorTest
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp41 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anon74f086140111::PropagatorTest
/external/clang/lib/Driver/
DTools.h894 Assemble(const ToolChain &TC) in Assemble() function