Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp382 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp811 for (const auto &GlobalVar : API.getGlobalVariables()) in serialize()
/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h790 const RecordMap<GlobalVariableRecord> &getGlobalVariables() const {
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1227 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1233 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1244 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
H A DCodeViewDebug.cpp3200 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp40 if (const auto &GVs = CUNode->getGlobalVariables()) in DIBuilder()
H A DDebugInfo.cpp180 for (auto *DIG : CU->getGlobalVariables()) { in processCompileUnit()
H A DVerifier.cpp1310 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1443 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1508 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1527 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1848 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()