Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h452 PerFunctionState(LLParser &p, Function &f, int functionNumber);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp3165 int functionNumber) in PerFunctionState() argument
3166 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()