Home
last modified time | relevance | path

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

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