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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
TestingSupport.cpp 62 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat,
65 } else if (Name == llvm::getInstrProfSectionName(
68 } else if (Name == llvm::getInstrProfSectionName(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrOrderFile.cpp 86 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat()));
InstrProfiling.cpp 879 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat()));
901 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat()));
934 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat()));
998 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat()));
1024 getInstrProfSectionName(IPSK_name, TT.getObjectFormat()));
ThreadSanitizer.cpp 390 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false)))
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 981 lookupSections(*OF, getInstrProfSectionName(IPSK_name, ObjFormat,
986 lookupSections(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat,
1008 lookupSections(*OF, getInstrProfSectionName(IPSK_covfun, ObjFormat,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 445 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF,
447 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF,
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 174 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 1587 return llvm::getInstrProfSectionName(
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp 1256 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO,

Completed in 41 milliseconds