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

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 25 TextSection = nullptr;
51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
NVPTXISelLowering.cpp     [all...]
  /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/Target/XCore/
XCoreTargetObjectFile.cpp 84 // TextSection - see MObjectFileInfo.cpp
140 if (Kind.isText()) return TextSection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 280 if (Kind.isText()) return TextSection;
601 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
889 return TextSection;
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 60 TextSection // .text
418 TextSection =
602 TextSection =
    [all...]
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 132 milliseconds