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

  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 43 void InitSections(bool NoExecStack) override;
MCELFStreamer.h 50 void InitSections(bool NoExecStack) override;
MCStreamer.h 367 virtual void InitSections(bool NoExecStack);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 164 Streamer.InitSections(false);
llvm-mc.cpp 486 Str->InitSections(true);
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 64 void MCWinCOFFStreamer::InitSections(bool NoExecStack) {
MCELFStreamer.cpp 86 void MCELFStreamer::InitSections(bool NoExecStack) {
MCStreamer.cpp 186 void MCStreamer::InitSections(bool NoExecStack) {
  /external/clang/tools/driver/
cc1as_main.cpp 392 Str.get()->InitSections(Opts.NoExecStack);
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 610 Out.InitSections(false);
693 Out.InitSections(false);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 183 OutStreamer.InitSections(false);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 159 milliseconds