OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLinkedToGlobal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Linker/
IRMover.cpp
455
GlobalValue *
getLinkedToGlobal
(const GlobalValue *SrcGV) {
768
GlobalValue *DGV =
getLinkedToGlobal
(&SGV);
784
if (GlobalValue *DGV =
getLinkedToGlobal
(&SGV))
788
if (GlobalValue *DGV =
getLinkedToGlobal
(&SGV))
[
all
...]
LinkModules.cpp
96
GlobalValue *
getLinkedToGlobal
(const GlobalValue *SrcGV) {
302
// as this helper is called more widely in
getLinkedToGlobal
.
570
GlobalValue *DGV =
getLinkedToGlobal
(&GV);
Completed in 271 milliseconds