OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTempSymbol
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp
126
(Asm->
GetTempSymbol
("eh_func_begin",
133
Asm->OutStreamer.EmitCFILsda(Asm->
GetTempSymbol
("exception",
149
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_end",
Win64Exception.cpp
85
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_begin",
95
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_end",
ARMException.cpp
58
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_begin",
68
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_end",
DwarfDebug.cpp
239
MCSymbol *TmpSym = Asm->
GetTempSymbol
(SymbolStem);
245
return Asm->
GetTempSymbol
(StringPref);
254
return Entry.first = Asm->
GetTempSymbol
(StringPref, Entry.second);
263
Entry.first = Asm->
GetTempSymbol
(StringPref, Entry.second);
418
Asm->
GetTempSymbol
("func_begin",
421
Asm->
GetTempSymbol
("func_end",
719
MCSymbol *LineTableStartSym = Asm->
GetTempSymbol
("line_table_start",
739
Asm->
GetTempSymbol
("section_line") : LineTableStartSym);
[
all
...]
DwarfException.cpp
464
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("exception",
468
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("_LSDA_",
583
Asm->
GetTempSymbol
("eh_func_begin", Asm->getFunctionNumber());
590
EndLabel = Asm->
GetTempSymbol
("eh_func_end", Asm->getFunctionNumber());
DwarfAccelTable.cpp
105
Data[i]->Sym = Asm->
GetTempSymbol
(Prefix, i);
AsmPrinter.cpp
[
all
...]
DwarfCompileUnit.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
292
///
GetTempSymbol
- Return the MCSymbol corresponding to the assembler
294
MCSymbol *
GetTempSymbol
(StringRef Name, unsigned ID) const;
296
///
GetTempSymbol
- Return an assembler temporary label with the specified
298
MCSymbol *
GetTempSymbol
(StringRef Name) const;
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
314
TOCEntry =
GetTempSymbol
("C", TOCLabelID);
[
all
...]
Completed in 136 milliseconds