Home
last modified time | relevance | path

Searched refs:CurFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h60 Function *CurFunction;// The currently executing function member
69 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
H A DExecution.cpp2044 StackFrame.CurFunction = F; in callFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2482 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local
2483 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2485 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1284 Function &CurFunction = GR.CurMF->getFunction(); in selectMemOperation() local
1286 ArrayType::get(IntegerType::get(CurFunction.getContext(), 8), Num); in selectMemOperation()
1288 GlobalVariable *GV = new GlobalVariable(*CurFunction.getParent(), LLVMArrTy, in selectMemOperation()