Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp142 static std::string makePackedFunctionName(StringRef name) { in makePackedFunctionName() function
166 auto newName = makePackedFunctionName(func.getName()); in packFunctionArguments()
319 auto expectedSymbol = jit->lookup(makePackedFunctionName(name)); in lookup()