OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NamesVar
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h
63
GlobalVariable *
NamesVar
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
539
NamesVar
= nullptr;
1019
NamesVar
= new GlobalVariable(*M, NamesVal->getType(), true,
1023
NamesVar
->setSection(
1028
NamesVar
->setAlignment(Align(1));
1029
//
NamesVar
is used by runtime but not referenced via relocation by other
1031
UsedVars.push_back(
NamesVar
);
1062
if (Data !=
NamesVar
&& !isa<Function>(Data))
1065
if (
NamesVar
) {
1072
IRB.CreateCall(NamesRegisterF, {IRB.CreateBitCast(
NamesVar
, VoidPtrTy),
1128
// We do not add proper references from used metadata sections to
NamesVar
an
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026