Lines Matching refs:symbol
71 // Create a symbol at in the current section for use in the line entry.
73 // Set the value of the symbol to use for the MCLineEntry.
79 // Create a (local) line entry with the symbol and the current .loc info.
187 // Switch to the section to be able to create a symbol at its end.
188 // TODO: keep track of the last subsection so that this symbol appears in the
193 // Create a symbol at the end of the section.
195 // Set the value of the symbol, as we are at the end of the section.
256 // Create a symbol at the beginning of the line table.
260 // Set the value of the symbol, as we are at the start of the line table.
263 // Create a symbol for the end of the section (to be set when we get there).
274 // Create a symbol for the end of the prologue (to be set when we get there).
316 // This is the end of the prologue, so set the value of the symbol at the
342 // This is the end of the section, so set the value of the symbol at the end
642 // Create a symbol at the start and end of this section used in here for the
794 // Now set the value of the symbol at the end of the info section.
904 // When generating dwarf for assembly source files this is called when symbol
905 // for a label is created. If this symbol is not a temporary and is in the
909 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS,
912 if (Symbol->isTemporary())
920 // The dwarf label's name does not have the symbol name's leading
922 StringRef Name = Symbol->getName();
934 // We create a temporary symbol for use for the AT_high_pc and AT_low_pc
936 // original symbol. So when used they won't get a low bit set after
977 static void EmitFDESymbol(MCStreamer &streamer, const MCSymbol &symbol,
982 const MCExpr *v = asmInfo->getExprForFDESymbol(&symbol,
993 static void EmitPersonality(MCStreamer &streamer, const MCSymbol &symbol,
997 const MCExpr *v = asmInfo->getExprForPersonalitySymbol(&symbol,