Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h45 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCELFStreamer.h51 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCStreamer.h456 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp138 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() function in MCWinCOFFStreamer
H A DMCELFStreamer.cpp55 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCELFStreamer
H A DMCStreamer.cpp392 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCStreamer
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp580 Str->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1302 Error BasicELFBuilder::initSections() { in initSections() function in BasicELFBuilder
1340 if (Error Err = initSections()) in build()
1400 if (Error Err = initSections()) in build()
H A DELFObject.h1059 Error initSections();
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp949 Out.initSections(false, getTargetParser().getSTI()); in Run()
1063 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
H A DMasmParser.cpp1210 Out.initSections(false, getTargetParser().getSTI()); in Run()
1280 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4803 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp485 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12325 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()