OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
401
const GlobalValue *
GValue
= MO.getGlobal();
402
const GlobalAlias *GAlias = dyn_cast<GlobalAlias>(
GValue
);
404
GAlias->resolveAliasedGlobal(false) :
GValue
;
444
const GlobalValue *
GValue
= MO.getGlobal();
445
const GlobalAlias *GAlias = dyn_cast<GlobalAlias>(
GValue
);
447
GAlias->resolveAliasedGlobal(false) :
GValue
;
478
const GlobalValue *
GValue
= MO.getGlobal();
479
const GlobalAlias *GAlias = dyn_cast<GlobalAlias>(
GValue
);
481
GAlias->resolveAliasedGlobal(false) :
GValue
;
504
const GlobalValue *
GValue
= MO.getGlobal()
[
all
...]
PPCISelDAGToDAG.cpp
[
all
...]
Completed in 172 milliseconds