Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp36 std::optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId() function in InstrumentationMap
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h60 unsigned getFunctionId() const { return FunctionId; } in getFunctionId() function