Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h122 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo() function
127 return !isUnallocatedFunctionInfo() && in isInlinedCallSite()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp82 if (Functions[FuncId].isUnallocatedFunctionInfo()) in getCVFunctionInfo()
92 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordFunctionId()
107 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordInlinedCallSiteId()