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

  /external/llvm/lib/MC/
MCELFStreamer.h 114 void SetSection(StringRef Section, unsigned Type, unsigned Flags,
120 SetSection(".data", ELF::SHT_PROGBITS,
126 SetSection(".text", ELF::SHT_PROGBITS,
132 SetSection(".bss", ELF::SHT_NOBITS,
WinCOFFStreamer.cpp 90 void SetSection(StringRef Section,
97 SetSection(".text",
106 SetSection(".data",
115 SetSection(".bss",
161 Symbol->setSection(*Section);

Completed in 55 milliseconds