OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTempSymbol
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp
54
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_begin",
64
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_end",
DwarfCFIException.cpp
125
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_begin",
132
Asm->OutStreamer.EmitCFILsda(Asm->
GetTempSymbol
("exception",
145
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_end",
Win64Exception.cpp
86
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_begin",
96
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("eh_func_end",
DwarfDebug.cpp
277
return Entry.first = Asm->
GetTempSymbol
("string", Entry.second);
505
Asm->
GetTempSymbol
("func_begin", Asm->getFunctionNumber()));
507
Asm->
GetTempSymbol
("func_end", Asm->getFunctionNumber()));
697
Asm->
GetTempSymbol
("debug_loc", Offset));
885
Asm->
GetTempSymbol
("section_line"));
[
all
...]
DwarfException.cpp
464
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("exception",
468
Asm->OutStreamer.EmitLabel(Asm->
GetTempSymbol
("_LSDA_",
588
Asm->
GetTempSymbol
("eh_func_begin", Asm->getFunctionNumber());
595
EndLabel = Asm->
GetTempSymbol
("eh_func_end", Asm->getFunctionNumber());
AsmPrinter.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
277
///
GetTempSymbol
- Return the MCSymbol corresponding to the assembler
279
MCSymbol *
GetTempSymbol
(StringRef Name, unsigned ID) const;
281
///
GetTempSymbol
- Return an assembler temporary label with the specified
283
MCSymbol *
GetTempSymbol
(StringRef Name) const;
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
358
TOCEntry =
GetTempSymbol
("C", TOCLabelID++);
Completed in 133 milliseconds