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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 66 virtual void ChangeSection(const MCSection *Section) {
73 MCELFStreamer::ChangeSection(Section);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 111 void MCELFStreamer::ChangeSection(const MCSection *Section) {
118 this->MCObjectStreamer::ChangeSection(Section);
MCNullStreamer.cpp 33 virtual void ChangeSection(const MCSection *Section) {
MCObjectStreamer.cpp 166 void MCObjectStreamer::ChangeSection(const MCSection *Section) {
MCAsmStreamer.cpp 127 virtual void ChangeSection(const MCSection *Section);
336 void MCAsmStreamer::ChangeSection(const MCSection *Section) {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 78 virtual void ChangeSection(const MCSection *Section) {
85 MCELFStreamer::ChangeSection(Section);
  /external/llvm/tools/lto/
LTOModule.cpp 774 virtual void ChangeSection(const MCSection *Section) {}

Completed in 152 milliseconds