Home
last modified time | relevance | path

Searched refs:MCCVFunctionInfo (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/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
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
256 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCCodeView.h92 struct MCCVFunctionInfo { struct
160 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
257 std::vector<MCCVFunctionInfo> Functions;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCCodeView.h112 struct MCCVFunctionInfo { struct
180 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
293 std::vector<MCCVFunctionInfo> Functions;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()

123