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

  /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/include/llvm/MC/
MCStreamer.h 619 virtual void emitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 595 OutStreamer->emitLOHDirective(D.getKind(), MCArgs);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 5668 getStreamer().emitLOHDirective((MCLOHType)Kind, Args);

Completed in 25 milliseconds