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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDebugInfo.h568 /// DIGlobalVariable - This is a wrapper for a global variable.
569 class DIGlobalVariable : public DIDescriptor { class in namespace:llvm
571 explicit DIGlobalVariable(const MDNode *N = 0) : DIDescriptor(N) {} function in class:llvm::DIGlobalVariable
817 bool addGlobalVariable(DIGlobalVariable DIG);
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1853 class DIGlobalVariable : public DIVariable { class in class:llvm::DICompileUnit
1860 DIGlobalVariable(LLVMContext &C, StorageType Storage, unsigned Line, function in class:llvm::DICompileUnit::DIGlobalVariable
1865 ~DIGlobalVariable() = default;
1867 static DIGlobalVariable *
1879 static DIGlobalVariable *
1894 DEFINE_MDNODE_GET(DIGlobalVariable,
1901 DEFINE_MDNODE_GET(DIGlobalVariable,

Completed in 75 milliseconds