/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_external.cpp | 47 FuncEntry(thr, (uptr)®istered_tags[tag]); in InsertShadowStackFrameForTag() 64 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
|
D | tsan_interface_inl.h | 104 FuncEntry(cur_thread(), STRIP_PC(pc)); in __tsan_func_entry()
|
D | tsan_interface_java.cpp | 43 FuncEntry(thr, pc); in ScopedJavaFunc()
|
D | tsan_interface_atomic.cpp | 494 FuncEntry(thr_, pc); in ScopedAtomic() 880 FuncEntry(thr, cpc); \ 890 FuncEntry(thr, cpc); \
|
D | tsan_interface_ann.cpp | 35 FuncEntry(thr_, pc); in ScopedAnnotation()
|
D | tsan_rtl.h | 771 void FuncEntry(ThreadState *thr, uptr pc);
|
D | tsan_rtl.cpp | 1022 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
D | tsan_interceptors_posix.cpp | 257 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 168 FuncEntry(thr, callpc); in __tsan_read_pc() 180 FuncEntry(thr, callpc); in __tsan_write_pc() 195 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
/external/llvm-project/compiler-rt/lib/tsan/go/ |
D | tsan_go.cpp | 178 FuncEntry(thr, callpc); in __tsan_read_pc() 190 FuncEntry(thr, callpc); in __tsan_write_pc() 205 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_inl.h | 104 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
|
D | tsan_interface_java.cc | 44 FuncEntry(thr, pc); in ScopedJavaFunc()
|
D | tsan_interface_atomic.cc | 470 FuncEntry(thr_, pc); in ScopedAtomic() 856 FuncEntry(thr, cpc); \ 866 FuncEntry(thr, cpc); \
|
D | tsan_interface_ann.cc | 37 FuncEntry(thr_, pc); in ScopedAnnotation()
|
D | tsan_rtl.h | 705 void FuncEntry(ThreadState *thr, uptr pc);
|
D | tsan_rtl.cc | 927 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
D | tsan_interceptors.cc | 264 FuncEntry(thr, pc); in ScopedInterceptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 649 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local 650 OffsetsToUse.push_back(FuncEntry.second); in readImpl()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 712 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local 713 OffsetsToUse.push_back(FuncEntry.second); in readImpl()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1154 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local 1164 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 34019 <!-- void __tsan::FuncEntry(__tsan::ThreadState*, __sanitizer::uptr) --> 34020 …<function-decl name='FuncEntry' filepath='../../.././libsanitizer/tsan/tsan_rtl.cc' line='655' col…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 20263 …<function-decl name='FuncEntry' filepath='../../.././libsanitizer/tsan/tsan_rtl.cc' line='655' col…
|