Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A 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
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A 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
/aosp_15_r20/external/clang/include/clang/Driver/
H A DPhases.h23 Assemble, enumerator
H A DToolChain.h86 mutable std::unique_ptr<Tool> Assemble; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DPhases.h22 Assemble, enumerator
DToolChain.h155 mutable std::unique_ptr<Tool> Assemble; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DPhases.h22 Assemble, enumerator
DToolChain.h162 mutable std::unique_ptr<Tool> Assemble; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DPhases.h22 Assemble, enumerator
DToolChain.h162 mutable std::unique_ptr<Tool> Assemble; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DPhases.h22 Assemble, enumerator
DToolChain.h162 mutable std::unique_ptr<Tool> Assemble; variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/diff/
H A Ddiff_test.cpp37 std::unique_ptr<spvtools::opt::IRContext> Assemble(const std::string& spirv) { in Assemble() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/diff/
Ddiff_test.cpp37 std::unique_ptr<spvtools::opt::IRContext> Assemble(const std::string& spirv) { in Assemble() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/diff/
H A Ddiff_test.cpp36 std::unique_ptr<spvtools::opt::IRContext> Assemble(const std::string& spirv) { in Assemble() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpropagator_test.cpp41 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anon88eb9b940111::PropagatorTest
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dpropagator_test.cpp41 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anoneba8560e0111::PropagatorTest
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp41 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anon69406e9a0111::PropagatorTest
/aosp_15_r20/art/compiler/utils/
H A Dassembler_test_base.h190 bool Assemble(const std::string& asm_file, const std::string& obj_file) { in Assemble() function
/aosp_15_r20/tools/dexter/slicer/
H A Dcode_ir.cc35 void CodeIr::Assemble() { in Assemble() function in lir::CodeIr
/aosp_15_r20/external/clang/lib/Driver/
H A DTools.h894 Assemble(const ToolChain &TC) in Assemble() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddbgeng.h728 STDMETHOD(Assemble)(THIS_ ULONG64 Offset,PCSTR Instr,PULONG64 EndOffset) PURE; in DECLARE_INTERFACE_() local
830 STDMETHOD(Assemble)(THIS_ ULONG64 Offset,PCSTR Instr,PULONG64 EndOffset) PURE; in DECLARE_INTERFACE_() local
951 STDMETHOD(Assemble)(THIS_ ULONG64 Offset,PCSTR Instr,PULONG64 EndOffset) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go1126 Assemble func(*Link, *LSym, ProgAlloc) member