Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp335 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1222 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1228 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1238 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
H A DCodeViewDebug.cpp3060 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp165 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
H A DVerifier.cpp1217 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1405 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1470 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1772 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()