HomeSort by relevance Sort by last modified time
    Searched refs:MCLOHType (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 33 enum MCLOHType {
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; }
153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) {
MCStreamer.h 483 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {}
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 163 MCLOHType Kind;
171 MILOHDirective(MCLOHType Kind, LOHArgs Args)
176 MCLOHType getKind() const { return Kind; }
186 void addLOHDirective(MCLOHType Kind, MILOHArgs Args) {
AArch64CollectLOH.cpp     [all...]
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 116 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override {
MCAsmStreamer.cpp 131 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
393 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 1810 milliseconds