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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 300 bool HasLinkOnceDirective;
507 bool hasLinkOnceDirective() const { return HasLinkOnceDirective; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 309 } else if (MAI->hasLinkOnceDirective()) {
    [all...]

Completed in 1002 milliseconds