Home
last modified time | relevance | path

Searched refs:InitSections (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCWinCOFFStreamer.h43 void InitSections(bool NoExecStack) override;
HDMCELFStreamer.h47 void InitSections(bool NoExecStack) override;
HDMCStreamer.h353 virtual void InitSections(bool NoExecStack);
/NextBSD/contrib/llvm/tools/llvm-mc/
HDDisassembler.cpp164 Streamer.InitSections(false); in disassemble()
HDllvm-mc.cpp517 Str->InitSections(true); in main()
/NextBSD/contrib/llvm/lib/MC/
HDWinCOFFStreamer.cpp63 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() function in llvm::MCWinCOFFStreamer
HDMCELFStreamer.cpp89 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCELFStreamer
HDMCStreamer.cpp188 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCStreamer
/NextBSD/contrib/llvm/tools/clang/tools/driver/
HDcc1as_main.cpp389 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssembler()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp625 Out.InitSections(false); in Run()
711 Out.InitSections(false); in checkForValidSection()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp179 OutStreamer->InitSections(false); in doInitialization()
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp9643 getStreamer().InitSections(false); in parseDirectiveEven()