Home
last modified time | relevance | path

Searched defs:functionId (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp952 std::string &functionId, in createFinallyBlock()
1028 std::string &functionId, in createCatchBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRRecords.h389 int32_t functionId() const { return FuncId; } in functionId() function