Home
last modified time | relevance | path

Searched refs:includeMembers (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DMagicUtil.h51 static bool hasAddressTaken(const GlobalValue *GV, bool includeMembers=true);
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp703 bool MagicUtil::hasAddressTaken(const GlobalValue *GV, bool includeMembers) { in hasAddressTaken() argument
711 if(includeMembers && isa<GlobalVariable>(GV)) { in hasAddressTaken()