HomeSort by relevance Sort by last modified time
    Searched defs:ChangeSection (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/MC/
MCNullStreamer.cpp 31 virtual void ChangeSection(const MCSection *Section) {
MCObjectStreamer.cpp 156 void MCObjectStreamer::ChangeSection(const MCSection *Section) {
MCELFStreamer.cpp 55 virtual void ChangeSection(const MCSection *Section);
205 void MCELFStreamer::ChangeSection(const MCSection *Section) {
209 this->MCObjectStreamer::ChangeSection(Section);
MCAsmStreamer.cpp 127 virtual void ChangeSection(const MCSection *Section);
316 void MCAsmStreamer::ChangeSection(const MCSection *Section) {
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 103 virtual void ChangeSection(const MCSection *Section);
233 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) {
  /external/llvm/tools/lto/
LTOModule.cpp 611 virtual void ChangeSection(const MCSection *Section) {}

Completed in 54 milliseconds