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

  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 100 class MCLOHDirective {
115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
139 SmallVector<MCLOHDirective, 32> Directives;
142 typedef SmallVectorImpl<MCLOHDirective> LOHDirectives;
153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
154 Directives.push_back(MCLOHDirective(Kind, Args));
161 for (const MCLOHDirective &D : Directives)
170 for (const MCLOHDirective &D : Directives)
181 typedef MCLOHDirective::LOHArgs MCLOHArgs;
  /external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 26 void MCLOHDirective::emit_impl(raw_ostream &OutStream,
35 void MCLOHDirective::emit(MachObjectWriter &ObjWriter,
41 uint64_t MCLOHDirective::getEmitSize(const MachObjectWriter &ObjWriter,

Completed in 109 milliseconds