Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h42 void InitSections(bool NoExecStack) override;
H A DMCELFStreamer.h41 void InitSections(bool NoExecStack) override;
H A DMCStreamer.h448 virtual void InitSections(bool NoExecStack);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A DDisassembler.cpp155 Streamer.InitSections(false); in disassemble()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A DDisassembler.cpp159 Streamer.InitSections(false); in disassemble()
H A Dllvm-mc.cpp535 Str->InitSections(true); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCWinCOFFStreamer
H A DMCELFStreamer.cpp90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCELFStreamer
H A DMCStreamer.cpp400 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCStreamer
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp493 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp949 Out.InitSections(false); in Run()
1062 Out.InitSections(false); in checkForValidSection()
H A DMasmParser.cpp1213 Out.InitSections(false); in Run()
1331 Out.InitSections(false); in checkForValidSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp277 OutStreamer->InitSections(false); in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4719 getStreamer().InitSections(false); in parseDirectiveEven()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11779 getStreamer().InitSections(false); in parseDirectiveEven()