Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp426 uint64_t getStackId(uint64_t IdOrIndex) const { in getStackId() function in __anonf4e331660111::CallsiteContextGraph
427 return static_cast<const DerivedCCG *>(this)->getStackId(IdOrIndex); in getStackId()
587 uint64_t getStackId(uint64_t IdOrIndex) const;
663 uint64_t getStackId(uint64_t IdOrIndex) const;
970 auto StackId = getStackId(*ContextIter); in addStackNodesForMIB()
1517 auto StackId = getStackId(IdOrIndex); in getStackIdsWithContextNodes()
1716 uint64_t ModuleCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId() function in ModuleCallsiteContextGraph
1721 uint64_t IndexCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId() function in IndexCallsiteContextGraph