HomeSort by relevance Sort by last modified time
    Searched defs:TextSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 56 /// TextSection - Section directive for standard text.
58 const MCSection *TextSection;
217 const MCSection *getTextSection() const { return TextSection; }
  /external/llvm/lib/MC/
MCDwarf.cpp 697 const auto TextSection = Sections.begin();
698 assert(TextSection != Sections.end() && "No text section found");
700 MCSymbol *StartSymbol = TextSection->second.first;
701 MCSymbol *EndSymbol = TextSection->second.second;
    [all...]

Completed in 592 milliseconds