Home
last modified time | relevance | path

Searched refs:getGlobalVariables (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp224 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1194 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1200 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1211 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
H A DCodeViewDebug.cpp3237 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp37 if (const auto &GVs = CUNode->getGlobalVariables()) in DIBuilder()
H A DDebugInfo.cpp212 for (auto *DIG : CU->getGlobalVariables()) { in processCompileUnit()
H A DVerifier.cpp1422 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1513 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1578 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1521 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1985 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()