Home
last modified time | relevance | path

Searched refs:LOHArgs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h113 typedef SmallVectorImpl<MCSymbol *> LOHArgs; typedef
115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective()
122 const LOHArgs &getArgs() const { return Args; } in getArgs()
153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
181 typedef MCLOHDirective::LOHArgs MCLOHArgs;
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h169 typedef ArrayRef<const MachineInstr *> LOHArgs; typedef
171 MILOHDirective(MCLOHType Kind, LOHArgs Args) in MILOHDirective()
177 LOHArgs getArgs() const { return Args; } in getArgs()
180 typedef MILOHDirective::LOHArgs MILOHArgs;