Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h91 struct MCCVFunctionInfo { struct
97 unsigned ParentFuncIdPlusOne = 0;
99 enum : unsigned { FunctionSentinel = ~0U };
101 struct LineInfo {
107 LineInfo InlinedAt;
111 MCSection *Section = nullptr;
117 DenseMap<unsigned, LineInfo> InlinedAtMap;
121 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
125 bool isInlinedCallSite() const { in isInlinedCallSite()
130 unsigned getParentFuncId() const { in getParentFuncId()