Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h99 enum : unsigned { FunctionSentinel = ~0U }; enumerator
127 ParentFuncIdPlusOne != FunctionSentinel; in isInlinedCallSite()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()