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

  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 100 void SetSection(StringRef Section,
107 SetSection(".text",
116 SetSection(".data",
125 SetSection(".bss",
167 Symbol->setSection(*Section);
MCELFStreamer.cpp 37 inline void MCELFStreamer::SetSection(StringRef Section, unsigned Type,
43 SetSection(".data",
51 SetSection(".text",
59 SetSection(".bss",
273 Symbol->setSection(*Section);
321 Symbol->setSection(*getCurrentSection().first);
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 116 void SetSection(StringRef Section, unsigned Type, unsigned Flags,

Completed in 298 milliseconds