OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CounterTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
870
ArrayType *
CounterTy
= ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
874
new GlobalVariable(*M,
CounterTy
, false, Linkage,
875
Constant::getNullValue(
CounterTy
),
GCOVProfiling.cpp
956
ArrayType *
CounterTy
= ArrayType::get(Type::getInt64Ty(*Ctx), Measured);
958
*M,
CounterTy
, false, GlobalValue::InternalLinkage,
959
Constant::getNullValue(
CounterTy
), "__llvm_gcov_ctr");
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026