Home
last modified time | relevance | path

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

/external/llvm/test/Bitcode/
Dweak-macho-3.5.ll4 ; The test checks that LLVM does not place weak GlobalVariables into Comdats for
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1017 DIScopeArray RetainedTypes, DIGlobalVariableArray GlobalVariables,
1024 EnumTypes.get(), RetainedTypes.get(), GlobalVariables.get(),
1032 Metadata *GlobalVariables, Metadata *ImportedEntities,
1054 DIGlobalVariableArray GlobalVariables,
1059 GlobalVariables, ImportedEntities, Macros, DWOId))
1065 Metadata *RetainedTypes, Metadata *GlobalVariables,
1069 GlobalVariables, ImportedEntities, Macros, DWOId))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h204 SmallVector<CVGlobalVariable, 1> GlobalVariables; variable
DCodeViewDebug.cpp3000 GlobalVariables.emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()
3022 VariableList = &GlobalVariables; in collectGlobalVariableInfo()
3034 if (!GlobalVariables.empty()) { in emitDebugInfoForGlobals()
3037 emitGlobalVariableList(GlobalVariables); in emitDebugInfoForGlobals()
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp363 Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, in getImpl() argument
372 EnumTypes, RetainedTypes, GlobalVariables, ImportedEntities, in getImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1172 DIGlobalVariableExpressionArray GlobalVariables,
1182 GlobalVariables.get(), ImportedEntities.get(), Macros.get(),
1191 Metadata *GlobalVariables, Metadata *ImportedEntities,
1216 DIGlobalVariableExpressionArray GlobalVariables,
1222 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining,
1229 Metadata *RetainedTypes, Metadata *GlobalVariables,
1235 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining,
/external/llvm/unittests/IR/
DMetadataTest.cpp1328 MDTuple *GlobalVariables = getTuple(); in TEST_F() local
1335 RetainedTypes, GlobalVariables, ImportedEntities, Macros, in TEST_F()
1349 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1366 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get()); in TEST_F()
1395 auto *GlobalVariables = MDTuple::getDistinct(Context, None); in TEST_F() local
1397 N->replaceGlobalVariables(GlobalVariables); in TEST_F()
1398 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp521 Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, in getImpl() argument
532 EnumTypes, RetainedTypes, GlobalVariables, ImportedEntities, in getImpl()
DDebugInfo.cpp483 MDTuple *GlobalVariables = nullptr; in getReplacementCU() local
489 RetainedTypes, GlobalVariables, ImportedEntities, CU->getMacros(), in getReplacementCU()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1339 struct GlobalVariables struct
1373 GlobalVariables globals;
/external/skia/gn/
Dsksl_tests.gni646 "/sksl/runtime/GlobalVariables.rts",
/external/llvm/docs/
DGetElementPtr.rst406 with such a pointer. This includes ``GlobalVariables``, ``Allocas``, and objects
DProgrammersManual.rst2306 Deleting GlobalVariables