/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
|
/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
|
/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/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()
|
/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-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/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() function
|
/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/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/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-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/libc/src/__support/CPP/ |
H A D | functional.h | 29 /// store a function. variable 43 LIBC_INLINE function() = default; in function() function
|
/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
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Debug.cpp | 30 __assert_fail(const char * expr,const char * file,unsigned line,const char * function) __assert_fail() argument 34 __assert_fail_internal(const char * expr,const char * msg,const char * file,unsigned line,const char * function) __assert_fail_internal() argument
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | eh-directive-personalityindex-diagnostics.s | 7 .global function symbol 10 function: label
|
/llvm-project/lldb/test/API/benchmarks/turnaround/ |
H A D | TestCompileRunToBreakpointTurnaround.py |
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | deep_thread_stack.cpp | 29 void *RunnerThread(void *function) { in RunnerThread() 36 void RunThread(callback_type function) { in RunThread()
|
/llvm-project/clang-tools-extra/test/clang-change-namespace/ |
H A D | lambda-function.cpp | 6 class function<R(ArgTypes...)> { class 9 function(Functor f) {} in function() function in function
|
/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
H A D | COFF_Thumb.s | 32 .globl function symbol 36 function: label
|