Searched refs:m_executable (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_unload_platform_compiler.cpp | 66 m_executable = clLinkProgram(m_context, 1, &m_device, nullptr, 1, in link() 70 if (nullptr == m_executable) in link() 76 assert(nullptr != m_executable); in verify() 81 clCreateKernel(m_executable, "write_kernel", &err); in verify() 129 if (m_executable) in reset() 131 clReleaseProgram(m_executable); in reset() 132 m_executable = nullptr; in reset() 146 cl_program m_executable{}; member in __anon5be60d820111::build_base 223 assert(nullptr == m_executable); in create() 229 m_executable = clCreateProgramWithBinary( in create() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_build_test.cpp | 168 : Task(dev, options), m_executable(NULL), m_programs(programs), in LinkTask() 186 …m_executable = clLinkProgram(m_context, 1, &m_devid, m_options.c_str(), m_numPrograms, m_programs,… in execute() 190 if(m_executable) setErrorLog(m_executable); in execute() 195 return m_executable; in getExecutable() 199 if(m_executable) clReleaseProgram(m_executable); in ~LinkTask()
|
H A D | run_build_test.h | 111 cl_program m_executable;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | ProcessInfo.h | 42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() 47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() 120 FileSpec m_executable;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | ProcessInfo.h | 42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() 47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() 120 FileSpec m_executable;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | ProcessInfo.h | 42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() 47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() 120 FileSpec m_executable;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | ProcessInfo.h | 42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() 47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() 120 FileSpec m_executable;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | Section.h | 286 m_executable : 1, // If this section has executable permissions variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | Section.h | 286 m_executable : 1, // If this section has executable permissions variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | Section.h | 286 m_executable : 1, // If this section has executable permissions variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | Section.h | 286 m_executable : 1, // If this section has executable permissions variable
|