Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h106 enum : unsigned { FunctionSentinel = ~0U }; enumerator
134 ParentFuncIdPlusOne != FunctionSentinel; in isInlinedCallSite()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp96 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()