reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 static inline StringRef MCLOHIdToName(MCLOHType Kind) { 83 static inline int MCLOHIdToNbArgs(MCLOHType Kind) { 103 MCLOHType Kind; 117 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) 122 MCLOHType getKind() const { return Kind; } 155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {include/llvm/MC/MCStreamer.h
573 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {}
lib/MC/MCAsmStreamer.cpp141 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override; 472 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {lib/MC/MCMachOStreamer.cpp
113 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override {
lib/Target/AArch64/AArch64CollectLOH.cpp 280 MCLOHType Type : 8; ///< "Best" type of LOH possible.
lib/Target/AArch64/AArch64MachineFunctionInfo.h266 MCLOHType Kind; 274 MILOHDirective(MCLOHType Kind, LOHArgs Args) 279 MCLOHType getKind() const { return Kind; } 289 void addLOHDirective(MCLOHType Kind, MILOHArgs Args) {lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
5318 MCLOHType Kind;