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

/external/llvm/lib/IR/
H A DDebugInfo.cpp227 /// isGlobalVariable - Return true if the specified tag is legal for
229 bool DIDescriptor::isGlobalVariable() const { function in class:DIDescriptor
507 if (!isGlobalVariable())
1112 } else if (this->isGlobalVariable()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp265 if (!G.isGlobalVariable())
1333 if (!GV.isGlobalVariable())
1381 bool isGlobalVariable = GV.getGlobal() != NULL; local
1382 if (isGlobalVariable) {

Completed in 332 milliseconds