HomeSort by: relevance | last modified time | path
    Searched refs:addPendingLabel (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSection.cpp 91 void MCSection::addPendingLabel(MCSymbol *label, unsigned Subsection) {
MCObjectStreamer.cpp 51 void MCObjectStreamer::addPendingLabel(MCSymbol* S) {
57 CurSection->addPendingLabel(Sym);
62 CurSection->addPendingLabel(S, CurSubsectionIdx);
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx);
98 CurSection->addPendingLabel(Sym, CurSubsectionIdx);
287 addPendingLabel(Symbol);
307 addPendingLabel(Symbol);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 196 void addPendingLabel(MCSymbol* label, unsigned Subsection = 0);
MCObjectStreamer.h 97 void addPendingLabel(MCSymbol* label);

Completed in 16 milliseconds