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

  /external/llvm/include/llvm/MC/
MCStreamer.h 92 bool AutoInitSections;
246 if (AutoInitSections)
251 void setAutoInitSections(bool AutoInitSections) {
252 this->AutoInitSections = AutoInitSections;
  /external/llvm/lib/MC/
MCStreamer.cpp 26 CurrentW64UnwindInfo(0), LastSymbol(0), AutoInitSections(false) {

Completed in 199 milliseconds