OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setRAIndex
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.h
46
void
setRAIndex
(int Index) { ReturnAddrIndex = Index; }
/external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h
112
void
setRAIndex
(int Index) { ReturnAddrIndex = Index; }
Completed in 126 milliseconds