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

/external/llvm/lib/Target/
H A DTargetMachine.cpp132 bool isDeclaration = Var->isDeclaration(); local
146 if (!isDeclaration || isHidden)
/external/llvm/lib/IR/
H A DGlobals.cpp66 bool GlobalValue::isDeclaration() const { function in class:GlobalValue
/external/llvm/tools/lto/
H A DLTOModule.cpp861 /// isDeclaration - Return 'true' if the global value is a declaration.
862 static bool isDeclaration(const GlobalValue &V) { function
869 return V.isDeclaration();
877 if (isDeclaration(*f))
886 if (isDeclaration(*v))
899 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 134 milliseconds