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

  /external/llvm/lib/MC/
MCELFStreamer.cpp 127 void SetSection(StringRef Section, unsigned Type, unsigned Flags,
133 SetSection(".data", ELF::SHT_PROGBITS,
139 SetSection(".text", ELF::SHT_PROGBITS,
145 SetSection(".bss", ELF::SHT_NOBITS,
335 Symbol->setSection(*Section);
403 Symbol->setSection(*getCurrentSection());
WinCOFFStreamer.cpp 91 void SetSection(StringRef Section,
98 SetSection(".text",
107 SetSection(".data",
116 SetSection(".bss",
162 Symbol->setSection(*Section);

Completed in 26 milliseconds