OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmuTlsVarName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowerEmuTLS.cpp
91
std::string
EmuTlsVarName
= ("__emutls_v." + GV->getName()).str();
92
GlobalVariable *EmuTlsVar = M.getNamedGlobal(
EmuTlsVarName
);
124
M.getOrInsertGlobal(
EmuTlsVarName
, EmuTlsVarType));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
7844
StringRef
EmuTlsVarName
(NameString);
7845
GlobalVariable *EmuTlsVar = VariableModule->getNamedGlobal(
EmuTlsVarName
);
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026