Searched refs:isGlobalVariable (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DDbgInfoPrinter.cpp70 if (!DIG.isGlobalVariable())
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp209 /// isGlobalVariable - Return true if the specified tag is legal for
211 bool DIDescriptor::isGlobalVariable() const { function in class:DIDescriptor
218 return isGlobalVariable();
961 if (!DIDescriptor(DIG).isGlobalVariable())
1015 } else if (this->isGlobalVariable()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1176 bool isGlobalVariable = GV.getGlobal() != NULL; local
1177 if (!LinkageName.empty() && isGlobalVariable)
1196 if (isGlobalVariable) {
/external/llvm/include/llvm/
H A DDebugInfo.h112 bool isGlobalVariable() const;

Completed in 148 milliseconds