Searched refs:InitSections (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h41 void InitSections(bool NoExecStack) override;
H A DMCWinCOFFStreamer.h42 void InitSections(bool NoExecStack) override;
H A DMCStreamer.h435 virtual void InitSections(bool NoExecStack);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp159 Streamer.InitSections(false);
H A Dllvm-mc.cpp519 Str->InitSections(true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { function in class:MCWinCOFFStreamer
H A DMCELFStreamer.cpp90 void MCELFStreamer::InitSections(bool NoExecStack) { function in class:MCELFStreamer
H A DMCStreamer.cpp382 void MCStreamer::InitSections(bool NoExecStack) { function in class:MCStreamer
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp486 Str.get()->InitSections(Opts.NoExecStack);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp887 Out.InitSections(false);
998 Out.InitSections(false);
H A DMasmParser.cpp1139 Out.InitSections(false);
1250 Out.InitSections(false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp262 OutStreamer->InitSections(false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4007 getStreamer().InitSections(false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11600 getStreamer().InitSections(false);

Completed in 315 milliseconds