Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h118 unsigned ParentFuncIdPlusOne = 0; member
142 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
148 ParentFuncIdPlusOne != FunctionSentinel; in isInlinedCallSite()
153 return ParentFuncIdPlusOne - 1; in getParentFuncId()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp96 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
117 Info->ParentFuncIdPlusOne = IAFunc + 1; in recordInlinedCallSiteId()