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

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 202 MCSymbol *LastLabel = nullptr;
222 if (BeginLabel == LastLabel)
241 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 };
246 LastLabel = LandingPad->EndLabels[P.RangeIndex];
247 assert(BeginLabel && LastLabel && "Invalid landing pad!");
256 LastLabel,
291 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 };
  /external/llvm/lib/MC/
MCDwarf.cpp 126 MCSymbol *LastLabel = nullptr;
174 MCOS->EmitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label,
178 LastLabel = Label;
183 // section and use that and the LastLabel to compute the address delta
202 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 406 mDNSexport const mDNSu8 *LastLabel(const domainname *d)
    [all...]

Completed in 70 milliseconds