Home
last modified time | relevance | path

Searched refs:MCLOHType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h33 enum MCLOHType { enum
67 static inline StringRef MCLOHIdToName(MCLOHType Kind) { in MCLOHIdToName()
83 static inline int MCLOHIdToNbArgs(MCLOHType Kind) { in MCLOHIdToNbArgs()
103 MCLOHType Kind;
117 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective()
122 MCLOHType getKind() const { return Kind; } in getKind()
155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
H A DMCStreamer.h636 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in emitLOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h454 MCLOHType Kind;
462 MILOHDirective(MCLOHType Kind, LOHArgs Args) in MILOHDirective()
467 MCLOHType getKind() const { return Kind; } in getKind()
477 void addLOHDirective(MCLOHType Kind, MILOHArgs Args) { in addLOHDirective()
H A DAArch64CollectLOH.cpp276 MCLOHType Type : 8; ///< "Best" type of LOH possible.
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp120 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override { in emitLOHDirective()
H A DMCAsmStreamer.cpp168 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
560 void MCAsmStreamer::emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) { in emitLOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7148 MCLOHType Kind; in parseDirectiveLOH()
7157 Kind = (MCLOHType)Id; in parseDirectiveLOH()
7166 Kind = (MCLOHType)Id; in parseDirectiveLOH()
7190 getStreamer().emitLOHDirective((MCLOHType)Kind, Args); in parseDirectiveLOH()