Home
last modified time | relevance | path

Searched defs:BeginLabel (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h383 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel()
388 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { in getCallSiteBeginLabel()
396 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { in hasCallSiteBeginLabel()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local
243 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
558 MCSymbol *BeginLabel = S.BeginLabel; in emitExceptionTable() local
DEHStreamer.h65 MCSymbol *BeginLabel; // Null indicates the start of the function. member
DWinException.cpp564 const MCSymbol *BeginLabel, in emitSEHActionsForRange()
DDwarfDebug.cpp1427 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + Name + "_begin"); in emitDebugPubSection() local
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp302 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
390 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in TidyLandingPads() local
/external/v8/src/compiler/
Dcontrol-builders.cc93 void SwitchBuilder::BeginLabel(int index, Node* condition) { in BeginLabel() function in v8::internal::compiler::SwitchBuilder
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp773 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange"); in emitUnitRangesEntries() local
1035 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); in emitPubSectionForUnit() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5277 MCSymbol *BeginLabel = nullptr; in lowerInvokable() local