Home
last modified time | relevance | path

Searched defs:MCCVFunctionInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h98 struct MCCVFunctionInfo { struct
104 unsigned ParentFuncIdPlusOne = 0;
106 enum : unsigned { FunctionSentinel = ~0U };
108 struct LineInfo {
114 LineInfo InlinedAt;
118 MCSection *Section = nullptr;
124 DenseMap<unsigned, LineInfo> InlinedAtMap;
128 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
132 bool isInlinedCallSite() const { in isInlinedCallSite()
137 unsigned getParentFuncId() const { in getParentFuncId()