Searched refs:initSections (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFStreamer.h | 45 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
|
| H A D | MCELFStreamer.h | 51 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
|
| H A D | MCStreamer.h | 456 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 138 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() function in MCWinCOFFStreamer
|
| H A D | MCELFStreamer.cpp | 55 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCELFStreamer
|
| H A D | MCStreamer.cpp | 392 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() function in MCStreamer
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 580 Str->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1302 Error BasicELFBuilder::initSections() { in initSections() function in BasicELFBuilder 1340 if (Error Err = initSections()) in build() 1400 if (Error Err = initSections()) in build()
|
| H A D | ELFObject.h | 1059 Error initSections();
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 949 Out.initSections(false, getTargetParser().getSTI()); in Run() 1063 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
|
| H A D | MasmParser.cpp | 1210 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 D | X86AsmParser.cpp | 4803 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 485 OutStreamer->initSections(false, *TM.getMCSubtargetInfo()); in doInitialization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 12325 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
|