Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A 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()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A 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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A 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()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A 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()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCCodeView.h92 struct MCCVFunctionInfo { struct
98 unsigned ParentFuncIdPlusOne = 0;
100 enum : unsigned { FunctionSentinel = ~0U };
102 struct LineInfo {
108 LineInfo InlinedAt;
112 MCSection *Section = nullptr;
118 DenseMap<unsigned, LineInfo> InlinedAtMap;
122 bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; } in isUnallocatedFunctionInfo()
126 bool isInlinedCallSite() const { in isInlinedCallSite()
131 unsigned getParentFuncId() const { in getParentFuncId()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A 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()