HomeSort by relevance Sort by last modified time
    Searched refs:InitToTextSection (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/MC/
MCPureStreamer.cpp 39 virtual void InitToTextSection();
112 InitToTextSection();
115 void MCPureStreamer::InitToTextSection() {
MCNullStreamer.cpp 27 virtual void InitToTextSection() {
MCMachOStreamer.cpp 45 virtual void InitToTextSection();
99 InitToTextSection();
102 void MCMachOStreamer::InitToTextSection() {
WinCOFFStreamer.cpp 53 virtual void InitToTextSection();
177 void WinCOFFStreamer::InitToTextSection() {
MCELFStreamer.cpp 68 void MCELFStreamer::InitToTextSection() {
MCAsmStreamer.cpp 130 InitToTextSection();
133 virtual void InitToTextSection() {
    [all...]
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 52 virtual void InitToTextSection();
MCStreamer.h 258 /// InitToTextSection - Create a text section and switch the streamer to it.
259 virtual void InitToTextSection() = 0;
  /external/llvm/tools/lto/
LTOModule.cpp 775 virtual void InitToTextSection() {}
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 671 Out.InitToTextSection();
    [all...]

Completed in 1301 milliseconds