HomeSort by relevance Sort by last modified time
    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 477 milliseconds