Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h142 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo() function
147 return !isUnallocatedFunctionInfo() && in isInlinedCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp82 if (Functions[FuncId].isUnallocatedFunctionInfo()) in getCVFunctionInfo()
92 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordFunctionId()
107 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordInlinedCallSiteId()