/llvm-project/llvm/test/tools/llvm-xray/X86/Inputs/ |
H A D | simple-instrmap.yaml | 4 - { id: 1, address: 0x1, function: 0x1, kind: function-enter, always-instrument: true} key 5 - { id: 1, address: 0x2, function: 0x1, kind: function-exit, always-instrument: true} key 6 - { id: 2, address: 0x2, function: 0x2, kind: function-enter, always-instrument: true} key 7 - { id: 2, address: 0x3, function: 0x2, kind: function-exit, always-instrument: true} key 8 - { id: 3, address: 0x3, function: 0x3, kind: function-enter, always-instrument: true} key 9 - { id: 3, address: 0x4, function: 0x3, kind: function-exit, always-instrument: true} key 10 - { id: 4, address: 0x4, function: 0x4, kind: function-enter, always-instrument: true} key 11 - { id: 4, address: 0x5, function: 0x4, kind: function-exit, always-instrument: true} key 12 - { id: 5, address: 0x5, function: 0x5, kind: function-enter, always-instrument: true} key 13 - { id: 5, address: 0x6, function: 0x5, kind: function-exit, always-instrument: true} key [all …]
|
H A D | simple-xray-instrmap.yaml | 2 - { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, always-… key 3 - { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, always-instr… key 4 - { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, always-… key 5 - { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, always-instr… key 6 - { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, always-… key 7 - { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, always-i… key
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 934 function write_hwreg_to_mem(s, s_rsrc, s_mem_offset) label 945 function write_16sgpr_to_mem(s, s_rsrc, s_mem_offset) label 960 function read_hwreg_from_mem(s, s_rsrc, s_mem_offset) label 965 function read_16sgpr_from_mem(s, s_rsrc, s_mem_offset) label 970 function check_if_tcp_store_ok label 981 function write_4vgprs_to_mem(s_rsrc, s_mem_offset) label 988 function read_4vgprs_from_mem(s_rsrc, s_mem_offset) label 996 function write_vgpr_to_mem_with_sqc(v, s_rsrc, s_mem_offset) label 1013 function write_vgprs_to_mem_with_sqc(v, n_vgprs, s_rsrc, s_mem_offset) label 1019 function get_lds_size_bytes(s_lds_size_byte) label [all …]
|
H A D | cwsr_trap_handler_gfx10.asm | 1104 function write_hwreg_to_mem(s, s_rsrc, s_mem_offset) label 1119 function write_16sgpr_to_mem(s, s_rsrc, s_mem_offset) label 1136 function write_12sgpr_to_mem(s, s_rsrc, s_mem_offset) label 1152 function read_hwreg_from_mem(s, s_rsrc, s_mem_offset) label 1157 function read_16sgpr_from_mem(s, s_rsrc, s_mem_offset) label 1162 function read_8sgpr_from_mem(s, s_rsrc, s_mem_offset) label 1167 function read_4sgpr_from_mem(s, s_rsrc, s_mem_offset) label 1173 function get_lds_size_bytes(s_lds_size_byte) label 1178 function get_vgpr_size_bytes(s_vgpr_size_byte, s_size) label 1190 function get_svgpr_size_bytes(s_svgpr_size_byte) label [all …]
|
H A D | cwsr_trap_handler_gfx8.asm | 686 function write_hwreg_to_mem(s, s_rsrc, s_mem_offset) label 696 function write_16sgpr_to_mem(s, s_rsrc, s_mem_offset) label 707 function read_hwreg_from_mem(s, s_rsrc, s_mem_offset) label 712 function read_16sgpr_from_mem(s, s_rsrc, s_mem_offset) label 719 function get_lds_size_bytes(s_lds_size_byte) label 725 function get_vgpr_size_bytes(s_vgpr_size_byte) label 731 function get_sgpr_size_bytes(s_sgpr_size_byte) label 737 function get_hwreg_size_bytes label 741 function set_status_without_spi_prio(status, tmp) label
|
/llvm-project/flang/test/Semantics/ |
H A D | separate-mp03.f90 | 13 module function f3(x) result(res) module 17 module function f4(x) result(res) module 36 module function f3(x) result(res) module 62 module function f3(x) result(res) module 66 module function f4(x) result(res) module 85 module function f3(x) result(res) module 94 module function s1 module
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | redecl-add-after-load.h | 3 extern constexpr int function() { return 0; } in function() function 8 extern constexpr int function() { return 0; } in function() function 14 constexpr int C::function() { return 0; } in function() function 23 constexpr int D::function() { return 0; } in function() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
H A D | pretty2.C | 21 char const *function = __FUNCTION__; in X() local 35 char const *function = __FUNCTION__; in ~X() local 49 char const *function = __FUNCTION__; in fn() local 63 char const *function = __FUNCTION__; variable
|
H A D | pretty3.C | 13 char const *function = __FUNCTION__; in f1() local 28 char const *function = __FUNCTION__; variable
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | arc-cxx11-init-list.mm | 25 void function(std::initializer_list<I *>); function 27 extern "C" void single() { function({ [I new] }); } function 33 extern "C" void multiple() { function({ [I new], [I new] }); } function
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_util.c | 26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | int_util.c | 26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
|
/llvm-project/mlir/lib/Tools/mlir-translate/ |
H A D | Translation.cpp | 55 const TranslateFunction &function) { in registerTranslation() 66 StringRef name, StringRef description, const TranslateFunction &function) { in TranslateRegistration() 81 const TranslateSourceMgrToMLIRFunction &function) { in registerTranslateToMLIRFunction() 99 const TranslateSourceMgrToMLIRFunction &function, in TranslateToMLIRRegistration() 107 const TranslateRawSourceMgrToMLIRFunction &function, in TranslateToMLIRRegistration() 119 const TranslateStringRefToMLIRFunction &function, in TranslateToMLIRRegistration() 138 const TranslateFromMLIRFunction &function, in TranslateFromMLIRRegistration()
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | PThreadMutex.cpp | 19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() 26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() 33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | avoid-bind-permissive-parameter-list.cpp | 40 struct function<void(_ArgTypes...)> { struct 43 function(_Functor) {} in function() argument
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | PThreadMutex.cpp | 19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() 26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() 33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker()
|
/llvm-project/llvm/test/MC/ARM/Windows/ |
H A D | literals-comments.s | 11 .global function symbol 13 function: label
|
H A D | thumb-attributes.s | 9 .global function symbol 11 function: label
|
H A D | text-attributes.s | 13 .global function symbol 15 function: label
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-function.cpp | 28 class function<R (Args...)> { class 31 function() : invoker (0) { } in function() function in function 32 function(const function& other) : invoker(0) { in function() function in function 37 template<typename F> function(const F& f) : invoker(0) { in function() function in function
|
/llvm-project/clang-tools-extra/test/clang-doc/ |
H A D | templates.cpp | 10 void function(T x) {} function() function 13 void function<bool, 0>(bool x) {} function() function [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
H A D | cleanup-ctad.cpp | 14 class function { class 17 function(T) {} in function() function in std::function 18 function(const function &) {} in function() argument
|
/llvm-project/lld/test/ELF/ |
H A D | arm-got-relative.s | 24 .globl function symbol 26 function: label
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/ |
H A D | TestAvoidBreakpointInDelaySlot.py | 40 def function(self, function, target): argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-print-out-of-line-func.cpp | 63 void TemplateRecord<x, T>::function() { } in function() function in TemplateRecord 77 void TemplateRecord<0, int>::function() { } in function() function in TemplateRecord 94 void OuterTemplateRecord<T>::Inner<U>::function() { } in function() function in OuterTemplateRecord::Inner
|