| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 155 Streamer.initSections(false, STI); in disassemble()
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTableHeaders.cpp | 99 TheStreamer->initSections(false, *STI); in emitDebugLineSection()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFExpressionCopyBytesTest.cpp | 135 C.Streamer->initSections(false, *STI); in emitObjFile()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | AsmDump.cpp | 175 AsmStreamer->initSections(true, *BC.STI); in dumpFunction()
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 514 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1237 Error BasicELFBuilder::initSections() { in initSections() function in BasicELFBuilder 1275 if (Error Err = initSections()) in build() 1335 if (Error Err = initSections()) in build()
|
| H A D | ELFObject.h | 919 Error initSections();
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 187 Streamer.initSections(false, *BC.STI); in emitAll()
|
| H A D | BinaryContext.cpp | 2188 Streamer->initSections(false, *STI); in calculateEmittedSize()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 969 Out.initSections(false, getTargetParser().getSTI()); in Run() 1085 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
|
| H A D | MasmParser.cpp | 1321 Out.initSections(false, getTargetParser().getSTI()); in Run() 1439 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 445 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4720 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11825 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
|