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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 501 GlobalVariable *ProfileNameVar = new GlobalVariable(
506 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage);
507 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar));
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1165 GlobalVariable *ProfileNameVar = new GlobalVariable(
1170 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage);
1171 ProfileNameVar->setComdat(M.getOrInsertComdat(

Completed in 70 milliseconds