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

  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 190 AssignSection(Symbol, nullptr);
209 AssignSection(Symbol, Section);
MCMachOStreamer.cpp 145 AssignSection(Symbol, getCurrentSection().first);
347 AssignSection(Symbol, nullptr);
383 AssignSection(Symbol, Section);
MCAsmStreamer.cpp 504 AssignSection(Symbol, nullptr);
523 AssignSection(Symbol, nullptr);
545 AssignSection(Symbol, Section);
567 AssignSection(Symbol, Section);
    [all...]
MCStreamer.cpp 221 void MCStreamer::AssignSection(MCSymbol *Symbol, const MCSection *Section) {
235 AssignSection(Symbol, getCurrentSection().first);
MCELFStreamer.cpp 248 AssignSection(Symbol, Section);
  /external/llvm/include/llvm/MC/
MCStreamer.h 383 /// AssignSection - Sets the symbol's section.
387 void AssignSection(MCSymbol *Symbol, const MCSection *Section);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 605 AssignSection(Symbol, getCurrentSection().first);
    [all...]

Completed in 79 milliseconds