Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDStripSymbols.cpp224 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.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()
HDCodeViewDebug.cpp3237 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDIBuilder.cpp37 if (const auto &GVs = CUNode->getGlobalVariables()) in DIBuilder()
HDDebugInfo.cpp212 for (auto *DIG : CU->getGlobalVariables()) { in processCompileUnit()
HDVerifier.cpp1422 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1513 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1578 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1521 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1985 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()