Searched refs:CurrentFunc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/ |
H A D | DataFlow.cpp | 69 static __thread size_t CurrentFunc; variable 192 CurrentFunc = FuncNum; in __sanitizer_cov_trace_pc_guard() 197 assert(CurrentFunc < NumFuncs); in __dfsw___sanitizer_cov_trace_switch() 198 FuncLabels[CurrentFunc] = dfsan_union(FuncLabels[CurrentFunc], L1); in __dfsw___sanitizer_cov_trace_switch() 203 assert(CurrentFunc < NumFuncs); \ 204 FuncLabels[CurrentFunc] = \ 205 dfsan_union(FuncLabels[CurrentFunc], dfsan_union(L1, L2)); \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 59 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local 61 computeLegalValueVTs(CurrentFunc, TM, Global->getValueType(), VTs); in GetGlobalAddressSymbol() 76 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local 81 computeSignatureVTs(FuncTy, F, CurrentFunc, TM, ParamMVTs, ResultMVTs); in GetGlobalAddressSymbol()
|