OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GVal
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFMISimplifyPatchable.cpp
61
const GlobalValue *
GVal
, bool IsAma);
63
Register &SrcReg, const GlobalValue *
GVal
,
66
MachineOperand *RelocOp, const GlobalValue *
GVal
);
68
const GlobalValue *
GVal
);
70
MachineOperand *RelocOp, const GlobalValue *
GVal
,
92
MachineOperand *RelocOp, const GlobalValue *
GVal
) {
140
.addGlobalAddress(
GVal
);
146
MachineBasicBlock &MBB, MachineOperand *RelocOp, const GlobalValue *
GVal
,
155
.add(Inst->getOperand(1)).addGlobalAddress(
GVal
);
161
Register &DstReg, const GlobalValue *
GVal
, bool IsAma)
[
all
...]
BTFDebug.cpp
1036
const GlobalValue *
GVal
= MO.getGlobal();
1037
auto *GVar = dyn_cast<GlobalVariable>(
GVal
);
1040
processFuncPrototypes(dyn_cast<Function>(
GVal
));
1239
const GlobalValue *
GVal
= MO.getGlobal();
1240
auto *GVar = dyn_cast<GlobalVariable>(
GVal
);
1270
const GlobalValue *
GVal
= MO.getGlobal();
1271
auto *GVar = dyn_cast<GlobalVariable>(
GVal
);
/src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp
132
const GlobalValue *
GVal
= M.getNamedValue(ComdatName);
133
if (const auto *GA = dyn_cast_or_null<GlobalAlias>(
GVal
)) {
134
GVal
= GA->getBaseObject();
135
if (!
GVal
)
141
GVar = dyn_cast_or_null<GlobalVariable>(
GVal
);
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
1023
GlobalValue *
GVal
= nullptr;
1028
GVal
= M->getNamedValue(Name);
1029
if (
GVal
) {
1036
GVal
= I->second.first;
1075
if (
GVal
) {
1077
if (
GVal
->getType() != GA->getType())
1084
GVal
->replaceAllUsesWith(GA.get());
1085
GVal
->eraseFromParent();
1149
GlobalValue *
GVal
= nullptr;
1153
GVal
= M->getNamedValue(Name)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstructionSelector.cpp
667
const llvm::GlobalValue *
GVal
= I.getOperand(1).getGlobal();
673
.addGlobalAddress(
GVal
);
688
if (
GVal
->hasLocalLinkage()) {
696
.addGlobalAddress(
GVal
);
706
.addGlobalAddress(
GVal
);
715
.addGlobalAddress(
GVal
);
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026