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 196 AssignSection(Symbol, nullptr);
230 AssignSection(Symbol, Section);
MCMachOStreamer.cpp 188 AssignSection(Symbol, getCurrentSection().first);
390 AssignSection(Symbol, nullptr);
426 AssignSection(Symbol, Section);
MCAsmStreamer.cpp 507 AssignSection(Symbol, nullptr);
526 AssignSection(Symbol, nullptr);
548 AssignSection(Symbol, Section);
570 AssignSection(Symbol, Section);
    [all...]
MCStreamer.cpp 190 void MCStreamer::AssignSection(MCSymbol *Symbol, const MCSection *Section) {
204 AssignSection(Symbol, getCurrentSection().first);
MCELFStreamer.cpp 308 AssignSection(Symbol, Section);
  /external/llvm/include/llvm/MC/
MCStreamer.h 371 /// AssignSection - Sets the symbol's section.
375 void AssignSection(MCSymbol *Symbol, const MCSection *Section);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 639 AssignSection(Symbol, getCurrentSection().first);
    [all...]

Completed in 497 milliseconds