HomeSort by relevance Sort by last modified time
    Searched refs:LOHArgs (Results 1 - 10 of 10) sorted by null

  /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; }
153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
181 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 114 typedef SmallVectorImpl<MCSymbol *> LOHArgs;
116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
123 const LOHArgs &getArgs() const { return Args; }
154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
182 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 169 typedef ArrayRef<const MachineInstr *> LOHArgs;
171 MILOHDirective(MCLOHType Kind, LOHArgs Args)
177 LOHArgs getArgs() const { return Args; }
180 typedef MILOHDirective::LOHArgs MILOHArgs;

Completed in 465 milliseconds