OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJTISymbol
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
911
///
getJTISymbol
- Return the MCSymbol for the specified non-empty jump table.
914
MCSymbol *
getJTISymbol
(unsigned JTI, MCContext &Ctx,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
659
MCSymbol *MachineFunction::
getJTISymbol
(unsigned JTI, MCContext &Ctx,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
2138
//
GetJTISymbol
.
2139
OutStreamer->emitLabel(
GetJTISymbol
(JTI, true));
2141
MCSymbol* JTISymbol =
GetJTISymbol
(JTI);
3123
///
GetJTISymbol
- Return the symbol for the specified jump table entry.
3124
MCSymbol *AsmPrinter::
GetJTISymbol
(unsigned JTID, bool isLinkerPrivate) const {
3125
return MF->
getJTISymbol
(JTID, OutContext, isLinkerPrivate);
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
2689
return MCSymbolRefExpr::create(MF->
getJTISymbol
(JTI, Ctx), Ctx);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
475
return MCSymbolRefExpr::create(MF->
getJTISymbol
(JTI, Ctx), Ctx);
Completed in 30 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026