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

/external/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h33 enum MCLOHType { enum in namespace:llvm
48 static inline bool isValidMCLOHType(MCLOHType Kind) {
66 static inline StringRef MCLOHIdToName(MCLOHType Kind) {
81 static inline int MCLOHIdToNbArgs(MCLOHType Kind) {
101 MCLOHType Kind;
115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args)
120 MCLOHType getKind() const { return Kind; }
172 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
H A DMCStreamer.h490 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {}
/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h128 MCLOHType Kind;
136 MILOHDirective(MCLOHType Kind, const LOHArgs &Args)
141 MCLOHType getKind() const { return Kind; }
151 void addLOHDirective(MCLOHType Kind, const MILOHArgs &Args) {
H A DAArch64CollectLOH.cpp908 MCLOHType Kind;
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp107 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override {
H A DMCAsmStreamer.cpp121 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
315 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3990 MCLOHType Kind;
3997 Kind = (MCLOHType)Id;
3998 // Check that Id does not overflow MCLOHType.
4009 Kind = (MCLOHType)Id;
4034 getStreamer().EmitLOHDirective((MCLOHType)Kind, Args);

Completed in 82 milliseconds