Home
last modified time | relevance | path

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

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