Searched refs:getRetainedTypes (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 64 for (auto *RT : CU->getRetainedTypes()) in processModule()
|
D | Verifier.cpp | 937 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 189 DIArray getRetainedTypes() const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 603 DIArray DICompileUnit::getRetainedTypes() const { in getRetainedTypes() function in DICompileUnit
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 689 CUNode->getRetainedTypes().empty() && in beginModule() 717 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
|
D | CodeViewDebug.cpp | 2741 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1040 getEmissionKind(), getEnumTypes(), getRetainedTypes(), 1085 DIScopeArray getRetainedTypes() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 89 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
|
D | Verifier.cpp | 1044 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1226 getEmissionKind(), getEnumTypes(), getRetainedTypes(), 1279 DIScopeArray getRetainedTypes() const {
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1348 EXPECT_EQ(RetainedTypes, N->getRetainedTypes().get()); in TEST_F() 1365 EXPECT_EQ(RetainedTypes, Temp->getRetainedTypes().get()); in TEST_F()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 490 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
|
D | CodeViewDebug.cpp | 2031 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1514 EXPECT_EQ(RetainedTypes, N->getRetainedTypes().get()); in TEST_F() 1531 EXPECT_EQ(RetainedTypes, Temp->getRetainedTypes().get()); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 634 DIArray RetainedTypes = CUNode.getRetainedTypes(); in beginModule()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1514 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1597 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()
|