Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h149 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV,
155 void addLocationAttribute(DIE *ToDIE, const DIGlobalVariable *GV,
H A DDwarfCompileUnit.cpp136 const DIGlobalVariable *GV, ArrayRef<GlobalExpr> GlobalExprs) { in getOrCreateGlobalVariableDIE()
200 DIE *VariableDIE, const DIGlobalVariable *GV, ArrayRef<GlobalExpr> GlobalExprs) { in addLocationAttribute()
346 if (DIGlobalVariable *V = CB->getDecl()) in getOrCreateCommonBlock()
1267 else if (auto *GV = dyn_cast<DIGlobalVariable>(Entity)) in constructImportedEntityDIE()
H A DCodeViewDebug.h103 const DIGlobalVariable *DIGV;
H A DDwarfUnit.h204 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
H A DCodeViewDebug.cpp3062 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo()
3099 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()
3106 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()
3222 const DIGlobalVariable *DIGV = CVGV.DIGV; in emitDebugInfoForGlobal()
H A DDwarfDebug.cpp1164 DenseMap<DIGlobalVariable *, SmallVector<DwarfCompileUnit::GlobalExpr, 1>> in beginModule()
1225 DenseSet<DIGlobalVariable *> Processed; in beginModule()
1227 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
H A DDwarfUnit.cpp429 void DwarfUnit::addSourceLine(DIE &Die, const DIGlobalVariable *G) { in addSourceLine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h37 class DIGlobalVariable; variable
H A DMetadata.def108 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
H A DDebugInfoMetadata.h2911 class DIGlobalVariable : public DIVariable {
2918 DIGlobalVariable(LLVMContext &C, StorageType Storage, unsigned Line,
2923 ~DIGlobalVariable() = default;
2925 static DIGlobalVariable *
2937 static DIGlobalVariable *
2952 DEFINE_MDNODE_GET(DIGlobalVariable,
2961 DEFINE_MDNODE_GET(DIGlobalVariable,
3033 DIGlobalVariable *getDecl() const {
3034 return cast_or_null<DIGlobalVariable>(getRawDecl());
3369 DIGlobalVariable *getVariable() const {
[all …]
H A DDIBuilder.h643 DIGlobalVariable *createTempGlobalVariableFwdDecl(
768 DICommonBlock *createCommonBlock(DIScope *Scope, DIGlobalVariable *decl,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp516 dyn_cast_or_null<DIGlobalVariable>(GVs->getOperand(I))) { in upgradeCUVariables()
529 if (auto *DGV = dyn_cast<DIGlobalVariable>(MD)) { in upgradeCUVariables()
1865 DIGlobalVariable, in parseOneMetadata()
1877 GET_OR_DISTINCT(DIGlobalVariable, in parseOneMetadata()
1910 DIGlobalVariable *DGV = GET_OR_DISTINCT( in parseOneMetadata()
1911 DIGlobalVariable, in parseOneMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp709 auto *GV = DIGlobalVariable::getDistinct( in createGlobalVariableExpression()
720 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl( in createTempGlobalVariableFwdDecl()
726 return DIGlobalVariable::getTemporary( in createTempGlobalVariableFwdDecl()
873 DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, in createCommonBlock()
H A DDebugInfoMetadata.cpp974 DIGlobalVariable *
975 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl()
983 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable, (Scope, Name, LinkageName, File, Line, in getImpl()
995 DEFINE_GETIMPL_STORE(DIGlobalVariable, in getImpl()
H A DLLVMContextImpl.h967 template <> struct MDNodeKeyImpl<DIGlobalVariable> {
990 MDNodeKeyImpl(const DIGlobalVariable *N)
999 bool isKeyOf(const DIGlobalVariable *RHS) const {
H A DMetadata.cpp1477 DIGlobalVariable *GV = dyn_cast<DIGlobalVariable>(Attachment); in copyMetadata()
H A DCore.cpp1282 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory()
1306 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename()
1329 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocLine()
H A DVerifier.cpp1319 AssertDI(isa<DIGlobalVariable>(S), "invalid declaration", &N, S); in visitDICommonBlock()
1392 void Verifier::visitDIGlobalVariable(const DIGlobalVariable &N) { in visitDIGlobalVariable()
H A DAsmWriter.cpp2284 static void writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, in writeDIGlobalVariable()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h676 llvm::DIGlobalVariable *
H A DCGDebugInfo.cpp3668 llvm::DIGlobalVariable *
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1195 DIGlobalVariable *DGV = GVe->getVariable(); in TryToShrinkGlobalToBoolean()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp348 void writeDIGlobalVariable(const DIGlobalVariable *N,
1946 const DIGlobalVariable *N, SmallVectorImpl<uint64_t> &Record, in writeDIGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4974 GET_OR_DISTINCT(DIGlobalVariable, in parseDIGlobalVariable()