Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlowCallbacks.cpp18 static __thread size_t CurrentFunc; variable