Home
last modified time | relevance | path

Searched refs:disassemble (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/boost/libs/yap/perf/
DCMakeLists.txt32 disassemble(disassemble.arithmetic_perf.${fun} EXECUTABLE arithmetic_perf FUNCTION ${fun})
33 disassemble(disassemble.code_gen_samples.${fun} EXECUTABLE code_gen_samples FUNCTION ${fun})
36 … COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target disassemble.arithmetic_perf.${fun}
37 … COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target disassemble.code_gen_samples.${fun}
43 disassemble(disassemble.lazy_vector_perf.${fun} EXECUTABLE lazy_vector_perf FUNCTION ${fun})
46 … COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target disassemble.lazy_vector_perf.${fun}
/third_party/boost/libs/yap/cmake/
DDisassemble.cmake8 # an executable created with `add_executable`. The module provides a `disassemble`
19 # The name of an executable to disassemble. This must be the name of a valid
25 # The name of the function to disassemble in the executable.
30 function(disassemble target) function
57 -o "disassemble --name ${ARGS_FUNCTION}"
64 -ex "disassemble ${ARGS_FUNCTION}"
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp91 disassemble(const void* func, std::ostream &buffer) in disassemble() function
204 disassemble(code, buffer); in lp_disassemble()
247 unsigned long size = disassemble(code, perf_asm_file); in lp_profile()
/third_party/glslang/SPIRV/
DSpvTools.h56 optimizeSize(false), disassemble(false), validate(false) { } in SpvOptions()
61 bool disassemble; member
DCMakeLists.txt42 disassemble.cpp
62 disassemble.h
DBUILD.gn56 "//third_party/glslang/SPIRV/disassemble.cpp",
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c189 disassemble(const char *filename, bool verbose) in disassemble() function
232 disassemble(argv[2], false); in main()
234 disassemble(argv[2], true); in main()
/third_party/python/Lib/
Ddis.py96 disassemble(tb.tb_frame.f_code, tb.tb_lasti, file=file)
368 def disassemble(co, lasti=-1, *, file=None): function
376 disassemble(co, file=file)
420 disco = disassemble # XXX For backwards compatibility
/third_party/mesa3d/src/freedreno/computerator/
Dmain.h67 void (*disassemble)(struct kernel *kernel, FILE *out); member
Dmain.c271 backend->disassemble(kernel, stdout); in main()
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
DREADME.md31 // re-disassemble
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
DREADME.md31 // re-disassemble
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c218 disassemble(const char *filename) in disassemble() function
329 disassemble(argv[optind + 1]); in main()
/third_party/ffmpeg/libavfilter/
Dglslang.cpp201 options.disassemble = false; /* Will print disassembly on compilation */ in glslang_compile()
/third_party/glslang/glslang/OSDependent/Web/
Dglslang.js.cpp243 spvOptions.disassemble = false; in convert_glsl_to_spirv()
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.h168 void disassemble() const;
/third_party/mesa3d/src/panfrost/midgard/
Dmeson.build60 ['disassemble.c', 'midgard_ops.c', 'midgard_print_constant.c'],
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/emacs/
DCMakeLists.txt39 "Install Emacs helper to disassemble/assemble SPIR-V binaries on file load/save."
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/emacs/
DCMakeLists.txt39 "Install Emacs helper to disassemble/assemble SPIR-V binaries on file load/save."
/third_party/skia/third_party/externals/spirv-tools/tools/emacs/
DCMakeLists.txt39 "Install Emacs helper to disassemble/assemble SPIR-V binaries on file load/save."
/third_party/spirv-tools/tools/emacs/
DCMakeLists.txt39 "Install Emacs helper to disassemble/assemble SPIR-V binaries on file load/save."
/third_party/glslang/
DBUILD.gn117 "SPIRV/disassemble.cpp",
118 "SPIRV/disassemble.h",
DAndroid.mk158 SPIRV/disassemble.cpp \
/third_party/skia/third_party/externals/swiftshader/docs/
DVulkanShaderDebugging.md42 The debugger, will by default, automatically disassemble the SPIR-V shader code, and provide this a…
/third_party/python/Doc/library/
Dpickletools.rst26 disassemble the contents of one or more pickle files. Note that if

1234