/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 144 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV, 150 void addLocationAttribute(DIE *ToDIE, const DIGlobalVariable *GV,
|
D | DwarfCompileUnit.cpp | 123 const DIGlobalVariable *GV, ArrayRef<GlobalExpr> GlobalExprs) { in getOrCreateGlobalVariableDIE() 186 DIE *VariableDIE, const DIGlobalVariable *GV, ArrayRef<GlobalExpr> GlobalExprs) { in addLocationAttribute() 325 if (DIGlobalVariable *V = CB->getDecl()) in getOrCreateCommonBlock() 1032 else if (auto *GV = dyn_cast<DIGlobalVariable>(Entity)) in constructImportedEntityDIE()
|
D | CodeViewDebug.h | 103 const DIGlobalVariable *DIGV;
|
D | DwarfUnit.h | 192 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
|
D | DwarfDebug.cpp | 972 DenseMap<DIGlobalVariable *, SmallVector<DwarfCompileUnit::GlobalExpr, 1>> in beginModule() 1032 DenseSet<DIGlobalVariable *> Processed; in beginModule() 1034 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
|
D | CodeViewDebug.cpp | 2994 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo() 3077 const DIGlobalVariable *DIGV = CVGV.DIGV; in emitDebugInfoForGlobal()
|
D | DwarfUnit.cpp | 431 void DwarfUnit::addSourceLine(DIE &Die, const DIGlobalVariable *G) { in addSourceLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 38 class DIGlobalVariable; variable
|
D | DebugInfoMetadata.h | 2623 class DIGlobalVariable : public DIVariable { 2630 DIGlobalVariable(LLVMContext &C, StorageType Storage, unsigned Line, 2635 ~DIGlobalVariable() = default; 2637 static DIGlobalVariable * 2649 static DIGlobalVariable * 2664 DEFINE_MDNODE_GET(DIGlobalVariable, 2673 DEFINE_MDNODE_GET(DIGlobalVariable, 2715 DIGlobalVariable *Decl, StringRef Name, 2734 (DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, 2745 DIGlobalVariable *getDecl() const { [all …]
|
D | Metadata.def | 108 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
|
D | DIBuilder.h | 592 DIGlobalVariable *createTempGlobalVariableFwdDecl( 717 DICommonBlock *createCommonBlock(DIScope *Scope, DIGlobalVariable *decl,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 109 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 505 dyn_cast_or_null<DIGlobalVariable>(GVs->getOperand(I))) { in upgradeCUVariables() 518 if (auto *DGV = dyn_cast<DIGlobalVariable>(MD)) { in upgradeCUVariables() 1705 DIGlobalVariable, in parseOneMetadata() 1717 GET_OR_DISTINCT(DIGlobalVariable, in parseOneMetadata() 1750 DIGlobalVariable *DGV = GET_OR_DISTINCT( in parseOneMetadata() 1751 DIGlobalVariable, in parseOneMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 648 auto *GV = DIGlobalVariable::getDistinct( in createGlobalVariableExpression() 659 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl( in createTempGlobalVariableFwdDecl() 665 return DIGlobalVariable::getTemporary( in createTempGlobalVariableFwdDecl() 812 DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, in createCommonBlock()
|
D | DebugInfoMetadata.cpp | 747 DIGlobalVariable * 748 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 756 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable, (Scope, Name, LinkageName, File, Line, in getImpl() 768 DEFINE_GETIMPL_STORE(DIGlobalVariable, in getImpl()
|
D | LLVMContextImpl.h | 881 template <> struct MDNodeKeyImpl<DIGlobalVariable> { 904 MDNodeKeyImpl(const DIGlobalVariable *N) 913 bool isKeyOf(const DIGlobalVariable *RHS) const {
|
D | Metadata.cpp | 1473 DIGlobalVariable *GV = dyn_cast<DIGlobalVariable>(Attachment); in copyMetadata()
|
D | Core.cpp | 1229 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory() 1253 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename() 1276 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocLine()
|
D | Verifier.cpp | 1181 AssertDI(isa<DIGlobalVariable>(S), "invalid declaration", &N, S); in visitDICommonBlock() 1247 void Verifier::visitDIGlobalVariable(const DIGlobalVariable &N) { in visitDIGlobalVariable()
|
D | AsmWriter.cpp | 2092 static void writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, in writeDIGlobalVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 338 void writeDIGlobalVariable(const DIGlobalVariable *N, 1809 const DIGlobalVariable *N, SmallVectorImpl<uint64_t> &Record, in writeDIGlobalVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1673 DIGlobalVariable *DGV = GVe->getVariable(); in TryToShrinkGlobalToBoolean()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4893 GET_OR_DISTINCT(DIGlobalVariable, in ParseDIGlobalVariable()
|