Home
last modified time | relevance | path

Searched defs:FuncEntry (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc927 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp1022 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp649 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp712 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1154 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local