Searched refs:SetSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/MC/ |
D | MCELFStreamer.h | 113 void SetSection(StringRef Section, unsigned Type, unsigned Flags, in SetSection() function 119 SetSection(".data", ELF::SHT_PROGBITS, in SetSectionData() 125 SetSection(".text", ELF::SHT_PROGBITS, in SetSectionText() 131 SetSection(".bss", ELF::SHT_NOBITS, in SetSectionBss()
|
D | WinCOFFStreamer.cpp | 89 void SetSection(StringRef Section, in SetSection() function in __anon8e48c1030111::WinCOFFStreamer 96 SetSection(".text", in SetSectionText() 105 SetSection(".data", in SetSectionData() 114 SetSection(".bss", in SetSectionBSS()
|