| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 149 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV, 155 void addLocationAttribute(DIE *ToDIE, const DIGlobalVariable *GV,
|
| H A D | DwarfCompileUnit.cpp | 136 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 D | CodeViewDebug.h | 103 const DIGlobalVariable *DIGV;
|
| H A D | DwarfUnit.h | 204 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
|
| H A D | CodeViewDebug.cpp | 3062 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 D | DwarfDebug.cpp | 1164 DenseMap<DIGlobalVariable *, SmallVector<DwarfCompileUnit::GlobalExpr, 1>> in beginModule() 1225 DenseSet<DIGlobalVariable *> Processed; in beginModule() 1227 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
|
| H A D | DwarfUnit.cpp | 429 void DwarfUnit::addSourceLine(DIE &Die, const DIGlobalVariable *G) { in addSourceLine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 37 class DIGlobalVariable; variable
|
| H A D | Metadata.def | 108 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
|
| H A D | DebugInfoMetadata.h | 2911 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 D | DIBuilder.h | 643 DIGlobalVariable *createTempGlobalVariableFwdDecl( 768 DICommonBlock *createCommonBlock(DIScope *Scope, DIGlobalVariable *decl,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 516 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 D | DIBuilder.cpp | 709 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 D | DebugInfoMetadata.cpp | 974 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 D | LLVMContextImpl.h | 967 template <> struct MDNodeKeyImpl<DIGlobalVariable> { 990 MDNodeKeyImpl(const DIGlobalVariable *N) 999 bool isKeyOf(const DIGlobalVariable *RHS) const {
|
| H A D | Metadata.cpp | 1477 DIGlobalVariable *GV = dyn_cast<DIGlobalVariable>(Attachment); in copyMetadata()
|
| H A D | Core.cpp | 1282 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 D | Verifier.cpp | 1319 AssertDI(isa<DIGlobalVariable>(S), "invalid declaration", &N, S); in visitDICommonBlock() 1392 void Verifier::visitDIGlobalVariable(const DIGlobalVariable &N) { in visitDIGlobalVariable()
|
| H A D | AsmWriter.cpp | 2284 static void writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, in writeDIGlobalVariable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 676 llvm::DIGlobalVariable *
|
| H A D | CGDebugInfo.cpp | 3668 llvm::DIGlobalVariable *
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1195 DIGlobalVariable *DGV = GVe->getVariable(); in TryToShrinkGlobalToBoolean()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 348 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 D | LLParser.cpp | 4974 GET_OR_DISTINCT(DIGlobalVariable, in parseDIGlobalVariable()
|