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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 499 Constant *ProfileNameConst = ConstantDataArray::getString(
502 M, ProfileNameConst->getType(), /*isConstant=*/true,
503 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1163 Constant *ProfileNameConst =
1166 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage,
1167 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR));

Completed in 19 milliseconds