Home
last modified time | relevance | path

Searched refs:getDataLocation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp921 if (auto *DLVar = Array->getDataLocation()) in dependencies()
H A DDwarfUnit.cpp1485 if (DIVariable *Var = CTy->getDataLocation()) { in constructArrayTypeDIE()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1198 DIVariable *getDataLocation() const { in getDataLocation() function
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2022 EXPECT_EQ(N1->getDataLocation(), DlVar1); in TEST_F()