Home
last modified time | relevance | path

Searched defs:isGlobalVariable (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp210 bool DIDescriptor::isGlobalVariable() const { in isGlobalVariable() function in DIDescriptor
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1058 bool isGlobalVariable = GV.getGlobal() != NULL; in createGlobalVariableDIE() local