Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h453 bool getVacantFunctionName(Module &M, std::string &Name);
H A DSPIRVUtils.cpp752 bool getVacantFunctionName(Module &M, std::string &Name) { in getVacantFunctionName() function
H A DSPIRVEmitIntrinsics.cpp2296 if (!getVacantFunctionName(M, ServiceFunName)) in processFunctionPointers()