Home
last modified time | relevance | path

Searched refs:initSections (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h42 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCELFStreamer.h49 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCStreamer.h463 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A DDisassembler.cpp159 Streamer.initSections(false, STI); in disassemble()
H A Dllvm-mc.cpp572 Str->initSections(true, *STI); in main()
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A DDisassembler.cpp155 Streamer.initSections(false, STI); in disassemble()
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp99 TheStreamer->initSections(false, *STI); in emitDebugLineSection()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFExpressionCopyBytesTest.cpp135 C.Streamer->initSections(false, *STI); in emitObjFile()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp68 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() function in MCWinCOFFStreamer
H A DMCELFStreamer.cpp91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCELFStreamer
H A DMCStreamer.cpp410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCStreamer
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp175 AsmStreamer->initSections(true, *BC.STI); in dumpFunction()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp514 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1237 Error BasicELFBuilder::initSections() { in initSections() function in BasicELFBuilder
1275 if (Error Err = initSections()) in build()
1335 if (Error Err = initSections()) in build()
H A DELFObject.h919 Error initSections();
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp187 Streamer.initSections(false, *BC.STI); in emitAll()
H A DBinaryContext.cpp2188 Streamer->initSections(false, *STI); in calculateEmittedSize()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp969 Out.initSections(false, getTargetParser().getSTI()); in Run()
1085 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
H A DMasmParser.cpp1321 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 DAsmPrinter.cpp445 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4720 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11825 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()