Home
last modified time | relevance | path

Searched refs:BaseLabel (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/hosts/
Dbase_label_unittest.py17 class TestBaseLabel(base_label.BaseLabel):
26 class TestBaseLabels(base_label.BaseLabel):
Dbase_label.py40 class BaseLabel(object): class
124 class StringLabel(BaseLabel):
Dcros_label.py185 class ChameleonLabel(base_label.BaseLabel):
227 class AudioLoopbackDongleLabel(base_label.BaseLabel):
/external/llvm/lib/MC/
DMCDwarf.cpp1025 MCSymbol *BaseLabel);
1161 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1168 if (BaseLabel && Label) { in EmitCFIInstructions()
1170 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1171 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1172 BaseLabel = ThisSym; in EmitCFIInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1319 MCSymbol *BaseLabel);
1462 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1469 if (BaseLabel && Label) { in EmitCFIInstructions()
1471 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1472 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1473 BaseLabel = ThisSym; in EmitCFIInstructions()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1366 MCSymbol *BaseLabel);
1509 MCSymbol *BaseLabel) { in emitCFIInstructions() argument
1516 if (BaseLabel && Label) { in emitCFIInstructions()
1518 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1519 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in emitCFIInstructions()
1520 BaseLabel = ThisSym; in emitCFIInstructions()