Home
last modified time | relevance | path

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

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