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 30 LinkOnceDirective = "\t.linkonce discard\n";
MCAsmInfo.cpp 79 LinkOnceDirective = 0;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 282 /// LinkOnceDirective - This directive, if non-null is used to declare a
284 const char *LinkOnceDirective; // Defaults to NULL.
511 const char *getLinkOnceDirective() const { return LinkOnceDirective; }

Completed in 25 milliseconds