Home
last modified time | relevance | path

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

/external/llvm-project/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()
/external/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()