Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h112 struct MCCVFunctionInfo { struct
118 unsigned ParentFuncIdPlusOne = 0;
120 enum : unsigned { FunctionSentinel = ~0U };
122 struct LineInfo {
128 LineInfo InlinedAt;
132 MCSection *Section = nullptr;
138 DenseMap<unsigned, LineInfo> InlinedAtMap;
142 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
146 bool isInlinedCallSite() const { in isInlinedCallSite()
151 unsigned getParentFuncId() const { in getParentFuncId()