Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h467 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp157 Streamer.initSections(false, STI); in disassemble()
H A Dllvm-mc.cpp575 Str->initSections(true, *STI); in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp67 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.cpp411 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCStreamer
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp549 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1273 Error BasicELFBuilder::initSections() { in initSections() function in BasicELFBuilder
1311 if (Error Err = initSections()) in build()
1371 if (Error Err = initSections()) in build()
H A DELFObject.h931 Error initSections();
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp468 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
517 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp973 Out.initSections(false, getTargetParser().getSTI()); in Run()
1089 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
H A DMasmParser.cpp1341 Out.initSections(false, getTargetParser().getSTI()); in Run()
1459 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4620 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12009 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()