HomeSort by: relevance | last modified time | path
    Searched refs:ParentFuncIdPlusOne (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 92 /// If this represents an inlined call site, then ParentFuncIdPlusOne will be
94 /// then there is no parent, and ParentFuncIdPlusOne will be FunctionSentinel.
96 /// ParentFuncIdPlusOne will be zero.
97 unsigned ParentFuncIdPlusOne = 0;
121 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; }
124 /// ParentFuncIdPlusOne is neither zero nor ~0U.
127 ParentFuncIdPlusOne != FunctionSentinel;
132 return ParentFuncIdPlusOne - 1;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel;
116 Info->ParentFuncIdPlusOne = IAFunc + 1;

Completed in 19 milliseconds