Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h102 class MCLOHDirective {
117 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective() function
141 SmallVector<MCLOHDirective, 32> Directives;
144 using LOHDirectives = SmallVectorImpl<MCLOHDirective>;
155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
156 Directives.push_back(MCLOHDirective(Kind, Args)); in addDirective()
163 for (const MCLOHDirective &D : Directives) in getEmitSize()
172 for (const MCLOHDirective &D : Directives) in emit()
183 using MCLOHArgs = MCLOHDirective::LOHArgs;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp26 void MCLOHDirective::emit_impl(const MCAssembler &Asm, raw_ostream &OutStream, in emit_impl()
36 void MCLOHDirective::emit(const MCAssembler &Asm, in emit()
42 uint64_t MCLOHDirective::getEmitSize(const MCAssembler &Asm, in getEmitSize()