Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h75 u32 getStackId() const { in getStackId() function
H A Dmsan_report.cpp69 const char *so = GetStackOriginDescr(o.getStackId(), &pc); in DescribeOrigin()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp665 uint64_t getStackId(uint64_t IdOrIndex) const { in getStackId() function in __anonf01a58700111::CallsiteContextGraph
666 return static_cast<const DerivedCCG *>(this)->getStackId(IdOrIndex); in getStackId()
882 uint64_t getStackId(uint64_t IdOrIndex) const;
973 uint64_t getStackId(uint64_t IdOrIndex) const;
1365 auto StackId = getStackId(*ContextIter); in addStackNodesForMIB()
2113 auto StackId = getStackId(IdOrIndex); in getStackIdsWithContextNodes()
2549 uint64_t ModuleCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId() function in ModuleCallsiteContextGraph
2554 uint64_t IndexCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId() function in IndexCallsiteContextGraph