Home
last modified time | relevance | path

Searched defs:CurrentFunc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp59 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
76 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
H A DDataFlow.cpp69 static __thread size_t CurrentFunc; variable