Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:FnStart

156 void ARMTargetAsmStreamer::emitFnStart() { OS << "\t.fnstart\n"; }
625 void SwitchToExTabSection(const MCSymbol &FnStart);
626 void SwitchToExIdxSection(const MCSymbol &FnStart);
638 MCSymbol *FnStart;
1061 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) {
1066 FnStart);
1069 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) {
1074 FnStart);
1084 FnStart = nullptr;
1099 assert(FnStart == nullptr);
1100 FnStart = getContext().CreateTempSymbol();
1101 EmitLabel(FnStart);
1105 assert(FnStart && ".fnstart must precedes .fnend");
1112 SwitchToExIdxSection(*FnStart);
1118 MCSymbolRefExpr::Create(FnStart,
1148 // Switch to the section containing FnStart
1149 SwitchSection(&FnStart->getSection());
1199 SwitchToExTabSection(*FnStart);