OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 15 00:25:07 UTC 2026