OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOHArgs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp
31
for (
LOHArgs
::const_iterator It = Args.begin(), EndIt = Args.end();
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
134
typedef SmallVectorImpl<const MachineInstr *>
LOHArgs
;
136
MILOHDirective(MCLOHType Kind, const
LOHArgs
&Args)
142
const
LOHArgs
&getArgs() const { return Args; }
145
typedef MILOHDirective::
LOHArgs
MILOHArgs;
/external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h
113
typedef SmallVectorImpl<MCSymbol *>
LOHArgs
;
115
MCLOHDirective(MCLOHType Kind, const
LOHArgs
&Args)
122
const
LOHArgs
&getArgs() const { return Args; }
172
void addDirective(MCLOHType Kind, const MCLOHDirective::
LOHArgs
&Args) {
200
typedef MCLOHDirective::
LOHArgs
MCLOHArgs;
Completed in 763 milliseconds