HomeSort by relevance Sort by last modified time
    Searched refs:PadLabel (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 96 // The landing pad starts at PadLabel.
97 MCSymbol *PadLabel; // zero indicates that there is no landing pad.
DwarfException.cpp 295 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
610 if (!S.PadLabel) {
617 S.PadLabel->getName());
618 Asm->EmitLabelDifference(S.PadLabel, EHFuncBeginSym, 4);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 191 MCSymbol *PadLabel; // zero indicates that there is no landing pad.
349 assert(Site.BeginLabel && Site.EndLabel && Site.PadLabel &&
355 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
430 if (!S.PadLabel) {
433 unsigned PadLabelPtr = JCE->getLabelAddress(S.PadLabel);

Completed in 206 milliseconds