Home
last modified time | relevance | path

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

/external/rmi4utils/rmidevice/
Drmidevice.cpp257 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) in GetFunction() argument
262 if (funcIter->GetFunctionNumber() == functionNumber) { in GetFunction()
Drmidevice.h76 bool GetFunction(RMIFunction &func, int functionNumber);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h424 PerFunctionState(LLParser &p, Function &f, int functionNumber);
DLLParser.cpp2835 int functionNumber) in PerFunctionState() argument
2836 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DLLParser.h452 PerFunctionState(LLParser &p, Function &f, int functionNumber);
/external/llvm/lib/AsmParser/
DLLParser.cpp2442 int functionNumber) in PerFunctionState() argument
2443 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp3165 int functionNumber) in PerFunctionState() argument
3166 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()