Home
last modified time | relevance | path

Searched refs:BeginLabels (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp304 LP.BeginLabels.push_back(BeginLabel); in addInvoke()
389 for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) { in TidyLandingPads()
390 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in TidyLandingPads()
397 LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j); in TidyLandingPads()
404 if (LandingPads[i].BeginLabels.empty()) { in TidyLandingPads()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp676 LP.BeginLabels.push_back(BeginLabel); in addInvoke()
760 for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) { in tidyLandingPads()
761 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in tidyLandingPads()
767 LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j); in tidyLandingPads()
774 if (LandingPads[i].BeginLabels.empty()) { in tidyLandingPads()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp208 for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) { in computePadMap()
209 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap()
264 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] && in computeCallSiteTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp199 for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) { in computePadMap()
200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap()
255 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] && in computeCallSiteTable()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp699 LP.BeginLabels.push_back(BeginLabel); in addInvoke()
783 for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) { in tidyLandingPads()
784 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in tidyLandingPads()
790 LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j); in tidyLandingPads()
797 if (LandingPads[i].BeginLabels.empty()) { in tidyLandingPads()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp202 for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) { in computePadMap()
203 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap()
288 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] && in computeCallSiteTable()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h78 SmallVector<MCSymbol *, 1> BeginLabels; // Labels prior to invoke. member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h213 SmallVector<MCSymbol *, 1> BeginLabels; // Labels prior to invoke.
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h217 SmallVector<MCSymbol *, 1> BeginLabels; // Labels prior to invoke.