Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp57 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
70 const Function &CurrentFunc = MF.getFunction(); in GetGlobalAddressSymbol() local
/llvm-project/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlowCallbacks.cpp18 static __thread size_t CurrentFunc; variable