HomeSort by: relevance | last modified time | path
    Searched refs:MCLOHType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 33 enum MCLOHType {
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) {
MCStreamer.h 619 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 343 MCLOHType Kind;
351 MILOHDirective(MCLOHType Kind, LOHArgs Args)
356 MCLOHType getKind() const { return Kind; }
366 void addLOHDirective(MCLOHType Kind, MILOHArgs Args) {
AArch64CollectLOH.cpp 280 MCLOHType Type : 8; ///< "Best" type of LOH possible.
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCMachOStreamer.cpp 113 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override {
MCAsmStreamer.cpp 154 void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
519 void MCAsmStreamer::emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 5624 MCLOHType Kind;
5633 Kind = (MCLOHType)Id;
5642 Kind = (MCLOHType)Id;
5668 getStreamer().emitLOHDirective((MCLOHType)Kind, Args);

Completed in 77 milliseconds