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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 28 LinkOnceDirective = "\t.linkonce discard\n";
MCAsmInfo.cpp 84 LinkOnceDirective = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 289 /// LinkOnceDirective - This directive, if non-null is used to declare a
291 const char *LinkOnceDirective; // Defaults to NULL.
535 const char *getLinkOnceDirective() const { return LinkOnceDirective; }

Completed in 30 milliseconds