HomeSort by: relevance | last modified time | path
    Searched refs:MCLOHDirective (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 27 void MCLOHDirective::emit_impl(raw_ostream &OutStream,
36 void MCLOHDirective::emit(MachObjectWriter &ObjWriter,
42 uint64_t MCLOHDirective::getEmitSize(const MachObjectWriter &ObjWriter,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 102 class MCLOHDirective {
117 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
141 SmallVector<MCLOHDirective, 32> Directives;
144 using LOHDirectives = SmallVectorImpl<MCLOHDirective>;
155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
156 Directives.push_back(MCLOHDirective(Kind, Args));
163 for (const MCLOHDirective &D : Directives)
172 for (const MCLOHDirective &D : Directives)
183 using MCLOHArgs = MCLOHDirective::LOHArgs;

Completed in 14 milliseconds