Searched refs:getGlobalVariables (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp56 for (auto *DIG : CU->getGlobalVariables()) {
H A DVerifier.cpp946 for (Metadata *Op : N.getGlobalVariables()->operands()) {
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp327 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) {
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDebugInfo.h191 DIArray getGlobalVariables() const;
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1349 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get());
1366 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get());
1396 EXPECT_EQ(nullptr, N->getGlobalVariables().get());
1398 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get());
1400 EXPECT_EQ(nullptr, N->getGlobalVariables().get());
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp624 DIArray DICompileUnit::getGlobalVariables() const { function in class:DICompileUnit
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1041 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId);
1088 DIGlobalVariableArray getGlobalVariables() const { function
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1996 for (const DIGlobalVariable *G : CU->getGlobalVariables()) {
2012 for (const DIGlobalVariable *G : CU->getGlobalVariables()) {
H A DDwarfDebug.cpp483 for (auto *GV : CUNode->getGlobalVariables())
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp625 DIArray GVs = CUNode.getGlobalVariables();
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1516 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get()));
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 255 milliseconds