Home
last modified time | relevance | path

Searched refs:ParentFuncIdPlusOne (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h104 unsigned ParentFuncIdPlusOne = 0; member
128 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
134 ParentFuncIdPlusOne != FunctionSentinel; in isInlinedCallSite()
139 return ParentFuncIdPlusOne - 1; in getParentFuncId()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp96 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
117 Info->ParentFuncIdPlusOne = IAFunc + 1; in recordInlinedCallSiteId()