Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp210 bool DIDescriptor::isGlobalVariable() const { in isGlobalVariable() function in DIDescriptor
217 return isGlobalVariable(); in isGlobal()
750 if (isGlobalVariable()) in print()
1083 if (!DIDescriptor(DIG).isGlobalVariable()) in addGlobalVariable()
DDbgInfoPrinter.cpp70 if (!DIG.isGlobalVariable()) in findDbgGlobalDeclare()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1058 bool isGlobalVariable = GV.getGlobal() != NULL; in createGlobalVariableDIE() local
1059 if (!LinkageName.empty() && isGlobalVariable) in createGlobalVariableDIE()
1079 if (isGlobalVariable) { in createGlobalVariableDIE()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h117 bool isGlobalVariable() const;