Home
last modified time | relevance | path

Searched refs:InitSections (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWinCOFFStreamer.h42 void InitSections(bool NoExecStack) override;
DMCELFStreamer.h41 void InitSections(bool NoExecStack) override;
DMCStreamer.h436 virtual void InitSections(bool NoExecStack);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCWinCOFFStreamer
DMCELFStreamer.cpp90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCELFStreamer
DMCStreamer.cpp387 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() function in MCStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp888 Out.InitSections(false); in Run()
999 Out.InitSections(false); in checkForValidSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp269 OutStreamer->InitSections(false); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3683 getStreamer().InitSections(false); in parseDirectiveEven()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11311 getStreamer().InitSections(false); in parseDirectiveEven()