Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp121 static std::map<std::string, llvm::Value*> namedValues; variable
177 namedValues.clear(); in createFunction()
184 namedValues[theArgNames[i]] = argIndex; in createFunction()
1170 args.push_back(namedValues["exceptTypeToThrow"]); in createCatchWrappedInvokeFunction()
1346 namedValues.clear(); in createThrowExceptionFunction()
1375 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction()
1421 namedValues["exceptTypeToThrow"]); in createThrowExceptionFunction()