Home
last modified time | relevance | path

Searched refs:callExternalFunction (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h175 GenericValue callExternalFunction(Function *F,
DExternalFunctions.cpp269 GenericValue Interpreter::callExternalFunction(Function *F, in callExternalFunction() function in Interpreter
DExecution.cpp2130 GenericValue Result = callExternalFunction (F, ArgVals); in callFunction()