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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 595 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) {
601 return isELFImplicitMergeableSectionNamePrefix(SectionName) ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 588 bool isELFImplicitMergeableSectionNamePrefix(StringRef Name);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 727 if (!(Ctx.isELFImplicitMergeableSectionNamePrefix(SectionName) &&

Completed in 19 milliseconds