| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFStreamer.h | 42 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
|
| H A D | MCELFStreamer.h | 49 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
|
| H A D | MCStreamer.h | 463 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 155 Streamer.initSections(false, STI); in disassemble()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 159 Streamer.initSections(false, STI); in disassemble()
|
| H A D | llvm-mc.cpp | 572 Str->initSections(true, *STI); in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 68 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() function in MCWinCOFFStreamer
|
| H A D | MCELFStreamer.cpp | 91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCELFStreamer
|
| H A D | MCStreamer.cpp | 410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCStreamer
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 540 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1258 Error BasicELFBuilder::initSections() { in initSections() function in BasicELFBuilder 1296 if (Error Err = initSections()) in build() 1356 if (Error Err = initSections()) in build()
|
| H A D | ELFObject.h | 922 Error initSections();
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 971 Out.initSections(false, getTargetParser().getSTI()); in Run() 1091 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
|
| H A D | MasmParser.cpp | 1341 Out.initSections(false, getTargetParser().getSTI()); in Run() 1459 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 434 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4727 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11854 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
|