Searched defs:isDeclaration (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/
H A DTargetMachine.cpp106 bool isDeclaration = Var->isDeclaration(); local
120 if (!isDeclaration || isHidden)
/external/llvm/lib/VMCore/
H A DGlobals.cpp65 bool GlobalValue::isDeclaration() const { function in class:GlobalValue
/external/llvm/tools/lto/
H A DLTOModule.cpp838 /// isDeclaration - Return 'true' if the global value is a declaration.
839 static bool isDeclaration(const GlobalValue &V) { function
846 return V.isDeclaration();
854 if (isDeclaration(*f))
863 if (isDeclaration(*v))
876 if (isDeclaration(*a->getAliasedGlobal()))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 88 milliseconds