Home
last modified time | relevance | path

Searched refs:CurrentFunc (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/dataflow/
DDataFlowCallbacks.cpp18 static __thread size_t CurrentFunc; variable
62 CurrentFunc = FuncNum; in __sanitizer_cov_trace_pc_guard()
67 assert(CurrentFunc < __dft.NumFuncs); in __dfsw___sanitizer_cov_trace_switch()
68 __dft.FuncLabels[CurrentFunc] |= L1; in __dfsw___sanitizer_cov_trace_switch()
73 __dft.FuncLabels[CurrentFunc] |= L1 | L2; \
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp57 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
60 computeLegalValueVTs(CurrentFunc, TM, GlobalVT, VTs); in GetGlobalAddressSymbol()
70 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
75 computeSignatureVTs(FuncTy, F, CurrentFunc, TM, ParamMVTs, ResultMVTs); in GetGlobalAddressSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp55 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
59 computeSignatureVTs(FuncTy, CurrentFunc, TM, ParamMVTs, ResultMVTs); in GetGlobalAddressSymbol()