Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp56 for (auto *DIG : CU->getGlobalVariables()) { in processModule()
DVerifier.cpp946 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp327 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) { in runOnModule()
/external/llvm/unittests/IR/
DMetadataTest.cpp1349 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1366 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get()); in TEST_F()
1396 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
1398 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1400 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h191 DIArray getGlobalVariables() const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp624 DIArray DICompileUnit::getGlobalVariables() const { in getGlobalVariables() function in DICompileUnit
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1996 for (const DIGlobalVariable *G : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
2012 for (const DIGlobalVariable *G : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
DDwarfDebug.cpp483 for (auto *GV : CUNode->getGlobalVariables()) in beginModule()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1041 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId);
1088 DIGlobalVariableArray getGlobalVariables() const {
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp395 std::unique_ptr<Ice::VariableDeclarationList> getGlobalVariables() { in getGlobalVariables() function in __anond2d83f150111::TopLevelParser
3029 Context->getGlobalVariables(); in installGlobalNamesAndGlobalVarInitializers()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp625 DIArray GVs = CUNode.getGlobalVariables(); in beginModule()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1516 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()