Home
last modified time | relevance | path

Searched refs:getGlobalVariableField (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfo.h101 GlobalVariable *getGlobalVariableField(unsigned Elt) const;
641 GlobalVariable *getGlobal() const { return getGlobalVariableField(11); } in getGlobal()
/external/llvm/lib/IR/
DDebugInfo.cpp104 GlobalVariable *DIDescriptor::getGlobalVariableField(unsigned Elt) const { in getGlobalVariableField() function in DIDescriptor