Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h100 enum : unsigned { FunctionSentinel = ~0U }; enumerator
128 ParentFuncIdPlusOne != FunctionSentinel; in isInlinedCallSite()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp96 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()