Lines Matching refs:FnStart
596 void SwitchToExTabSection(const MCSymbol &FnStart);
597 void SwitchToExIdxSection(const MCSymbol &FnStart);
609 MCSymbol *FnStart; member in __anond09109f60111::ARMELFStreamer
1107 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) { in SwitchToExTabSection() argument
1109 SectionKind::getData(), FnStart); in SwitchToExTabSection()
1112 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) { in SwitchToExIdxSection() argument
1115 SectionKind::getData(), FnStart); in SwitchToExIdxSection()
1125 FnStart = nullptr; in EHReset()
1140 assert(FnStart == nullptr); in emitFnStart()
1141 FnStart = getContext().createTempSymbol(); in emitFnStart()
1142 EmitLabel(FnStart); in emitFnStart()
1146 assert(FnStart && ".fnstart must precedes .fnend"); in emitFnEnd()
1153 SwitchToExIdxSection(*FnStart); in emitFnEnd()
1159 MCSymbolRefExpr::create(FnStart, in emitFnEnd()
1190 SwitchSection(&FnStart->getSection()); in emitFnEnd()
1240 SwitchToExTabSection(*FnStart); in FlushUnwindOpcodes()