Searched refs:TextSection (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h25 TextSection = nullptr;
51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
H A DNVPTXISelLowering.cpp3298 delete TextSection;
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h56 /// TextSection - Section directive for standard text.
58 const MCSection *TextSection; member in class:llvm::MCObjectFileInfo
217 const MCSection *getTextSection() const { return TextSection; }
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp84 // TextSection - see MObjectFileInfo.cpp
140 if (Kind.isText()) return TextSection;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp280 if (Kind.isText()) return TextSection;
601 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
889 return TextSection;
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp60 TextSection // .text
418 TextSection =
602 TextSection =
H A DMCDwarf.cpp697 const auto TextSection = Sections.begin(); local
698 assert(TextSection != Sections.end() && "No text section found");
700 MCSymbol *StartSymbol = TextSection->second.first;
701 MCSymbol *EndSymbol = TextSection->second.second;

Completed in 878 milliseconds