Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h204 SmallVector<CVGlobalVariable, 1> GlobalVariables; variable
H A DCodeViewDebug.cpp3067 GlobalVariables.emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()
3089 VariableList = &GlobalVariables; in collectGlobalVariableInfo()
3097 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()
3117 if (!GlobalVariables.empty() || !StaticConstMembers.empty()) { in emitDebugInfoForGlobals()
3120 emitGlobalVariableList(GlobalVariables); in emitDebugInfoForGlobals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1374 DIGlobalVariableExpressionArray GlobalVariables,
1383 EnumTypes.get(), RetainedTypes.get(), GlobalVariables.get(),
1394 Metadata *GlobalVariables, Metadata *ImportedEntities,
1420 DIGlobalVariableExpressionArray GlobalVariables,
1427 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining,
1435 Metadata *RetainedTypes, Metadata *GlobalVariables,
1442 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp743 Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, in getImpl() argument
758 GlobalVariables, in getImpl()
H A DDebugInfo.cpp571 MDTuple *GlobalVariables = nullptr; in getReplacementCU() local
577 RetainedTypes, GlobalVariables, ImportedEntities, CU->getMacros(), in getReplacementCU()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGetElementPtr.rst407 with such a pointer. This includes ``GlobalVariables``, ``Allocas``, and objects
H A DProgrammersManual.rst2981 Deleting GlobalVariables