Home
last modified time | relevance | path

Searched refs:DIGlobalVariable (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h144 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV,
150 void addLocationAttribute(DIE *ToDIE, const DIGlobalVariable *GV,
DDwarfCompileUnit.cpp123 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()
DCodeViewDebug.h103 const DIGlobalVariable *DIGV;
DDwarfUnit.h192 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
DDwarfDebug.cpp972 DenseMap<DIGlobalVariable *, SmallVector<DwarfCompileUnit::GlobalExpr, 1>> in beginModule()
1032 DenseSet<DIGlobalVariable *> Processed; in beginModule()
1034 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
DCodeViewDebug.cpp2994 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo()
3077 const DIGlobalVariable *DIGV = CVGV.DIGV; in emitDebugInfoForGlobal()
DDwarfUnit.cpp431 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/
DGlobalVariable.h38 class DIGlobalVariable; variable
DDebugInfoMetadata.h2623 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 …]
DMetadata.def108 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
DDIBuilder.h592 DIGlobalVariable *createTempGlobalVariableFwdDecl(
717 DICommonBlock *createCommonBlock(DIScope *Scope, DIGlobalVariable *decl,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def109 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp505 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/
DDIBuilder.cpp648 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()
DDebugInfoMetadata.cpp747 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()
DLLVMContextImpl.h881 template <> struct MDNodeKeyImpl<DIGlobalVariable> {
904 MDNodeKeyImpl(const DIGlobalVariable *N)
913 bool isKeyOf(const DIGlobalVariable *RHS) const {
DMetadata.cpp1473 DIGlobalVariable *GV = dyn_cast<DIGlobalVariable>(Attachment); in copyMetadata()
DCore.cpp1229 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()
DVerifier.cpp1181 AssertDI(isa<DIGlobalVariable>(S), "invalid declaration", &N, S); in visitDICommonBlock()
1247 void Verifier::visitDIGlobalVariable(const DIGlobalVariable &N) { in visitDIGlobalVariable()
DAsmWriter.cpp2092 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/
DBitcodeWriter.cpp338 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/
DGlobalOpt.cpp1673 DIGlobalVariable *DGV = GVe->getVariable(); in TryToShrinkGlobalToBoolean()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp4893 GET_OR_DISTINCT(DIGlobalVariable, in ParseDIGlobalVariable()