Home
last modified time | relevance | path

Searched refs:BeginLabels (Results 1 – 3 of 3) 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()
403 if (LandingPads[i].BeginLabels.empty()) { in TidyLandingPads()
/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/include/llvm/CodeGen/
DMachineModuleInfo.h77 SmallVector<MCSymbol *, 1> BeginLabels; // Labels prior to invoke. member