Searched refs:DIGlobalVariable (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/include/llvm/IR/
H A DDebugInfo.h80 bool addGlobalVariable(DIGlobalVariable *DIG);
89 typedef SmallVectorImpl<DIGlobalVariable *>::const_iterator
123 SmallVector<DIGlobalVariable *, 8> GVs;
H A DDIBuilder.h457 DIGlobalVariable *createGlobalVariable(DIScope *Context, StringRef Name,
466 DIGlobalVariable *createTempGlobalVariableFwdDecl(
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,
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp77 DIGlobalVariable(*I).print(O);
H A DDbgInfoPrinter.cpp72 if (DIGlobalVariable(DIG).getGlobal() == V)
128 DIGlobalVariable Var(cast<MDNode>(DIGV));
H A DDebugInfo.cpp209 /// DIGlobalVariable.
429 bool DIGlobalVariable::Verify() const {
732 void DIGlobalVariable::print(raw_ostream &OS) const {
751 DIGlobalVariable(DbgNode).print(OS);
840 void DIGlobalVariable::dump() const {
965 DIGlobalVariable DIG(cast<MDNode>(NMD->getOperand(i)));
1082 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) {
H A DDIBuilder.cpp653 DIGlobalVariable DIBuilder::
672 return DIGlobalVariable(Node);
677 DIGlobalVariable DIBuilder::
697 return DIGlobalVariable(Node);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDIBuilder.h36 class DIGlobalVariable;
339 DIGlobalVariable
355 DIGlobalVariable
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/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp93 for (const DIGlobalVariable *GV : Finder.global_variables()) {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DStripSymbols.cpp357 if (DIGlobalVariable(NMD->getOperand(i)).Verify())
366 GlobalVariable *GV = DIGlobalVariable(*I).getGlobal();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h201 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym);
H A DDwarfCompileUnit.h100 DIE *getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV);
H A DDwarfUnit.h229 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
H A DDwarfCompileUnit.cpp105 const DIGlobalVariable *GV) {
679 else if (auto *GV = dyn_cast<DIGlobalVariable>(Entity))
H A DCodeViewDebug.cpp1996 for (const DIGlobalVariable *G : CU->getGlobalVariables()) {
2012 for (const DIGlobalVariable *G : CU->getGlobalVariables()) {
2040 void CodeViewDebug::emitDebugInfoForGlobal(const DIGlobalVariable *DIGV,
/external/llvm/lib/IR/
H A DDebugInfo.cpp209 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable *DIG) {
H A DDebugInfoMetadata.cpp508 DIGlobalVariable *
509 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name,
517 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable,
523 DEFINE_GETIMPL_STORE(DIGlobalVariable, (Line, IsLocalToUnit, IsDefinition),
H A DDIBuilder.cpp536 DIGlobalVariable *DIBuilder::createGlobalVariable(
542 auto *N = DIGlobalVariable::getDistinct(
550 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl(
556 return DIGlobalVariable::getTemporary(
H A DLLVMContextImpl.h752 template <> struct MDNodeKeyImpl<DIGlobalVariable> {
772 MDNodeKeyImpl(const DIGlobalVariable *N)
780 bool isKeyOf(const DIGlobalVariable *RHS) const {
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp327 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h177 void addSourceLine(DIE *Die, DIGlobalVariable G);
H A DDwarfCompileUnit.cpp130 void CompileUnit::addSourceLine(DIE *Die, DIGlobalVariable G) {
1046 DIGlobalVariable GV(N);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h468 llvm::DIGlobalVariable *
478 llvm::DIGlobalVariable *
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1766 auto *N = DIGlobalVariable::get(Context, Scope, Name, LinkageName, File, Line,
1780 EXPECT_EQ(N, DIGlobalVariable::get(Context, Scope, Name, LinkageName, File,
1785 DIGlobalVariable::get(Context, getSubprogram(), Name, LinkageName,
1788 EXPECT_NE(N, DIGlobalVariable::get(Context, Scope, "other", LinkageName, File,
1791 EXPECT_NE(N, DIGlobalVariable::get(Context, Scope, Name, "other", File, Line,
1795 DIGlobalVariable::get(Context, Scope, Name, LinkageName, getFile(),
1799 DIGlobalVariable::get(Context, Scope, Name, LinkageName, File,
1803 DIGlobalVariable::get(Context, Scope, Name, LinkageName, File, Line,
1806 EXPECT_NE(N, DIGlobalVariable::get(Context, Scope, Name, LinkageName, File,
1809 EXPECT_NE(N, DIGlobalVariable
[all...]

Completed in 359 milliseconds

12