OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VK_PPC_TOC_LO
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp
150
case MCSymbolRefExpr::
VK_PPC_TOC_LO
:
283
case MCSymbolRefExpr::
VK_PPC_TOC_LO
:
/external/llvm/lib/MC/
MCExpr.cpp
211
case
VK_PPC_TOC_LO
: return "toc@l";
338
.Case("TOC@L",
VK_PPC_TOC_LO
)
339
.Case("toc@l",
VK_PPC_TOC_LO
)
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
128
RefKind = MCSymbolRefExpr::
VK_PPC_TOC_LO
;
PPCAsmPrinter.cpp
457
MCSymbolRefExpr::Create(MOSymbol, MCSymbolRefExpr::
VK_PPC_TOC_LO
,
493
MCSymbolRefExpr::Create(MOSymbol, MCSymbolRefExpr::
VK_PPC_TOC_LO
,
[
all
...]
/external/llvm/include/llvm/MC/
MCExpr.h
186
VK_PPC_TOC_LO
, // symbol@toc@l
Completed in 104 milliseconds