Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h97 unsigned ParentFuncIdPlusOne = 0; member
121 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
127 ParentFuncIdPlusOne != FunctionSentinel; in isInlinedCallSite()
132 return ParentFuncIdPlusOne - 1; in getParentFuncId()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
116 Info->ParentFuncIdPlusOne = IAFunc + 1; in recordInlinedCallSiteId()