Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp99 if (Result.OrphanedNodes.empty()) in PrintTo()
102 for (const auto &Orphan : Result.OrphanedNodes) { in PrintTo()
163 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
189 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
218 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
256 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
290 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
294 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
298 EXPECT_THAT(Result.OrphanedNodes, IsEmpty()); in TEST_F()
313 EXPECT_THAT(Result.OrphanedNodes, ElementsAre(0xDEADBEEF + 2)); in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp202 Result.OrphanedNodes.push_back(Address); in buildFlowGraphImpl()
208 Result.OrphanedNodes.push_back(Address); in buildFlowGraphImpl()
219 Result.OrphanedNodes.push_back(Address); in buildFlowGraphImpl()
249 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
262 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
275 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
291 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
315 Result.OrphanedNodes.push_back(Address); in buildFlowGraphImpl()
DGraphBuilder.h83 std::vector<uint64_t> OrphanedNodes; member
DFileAnalysis.cpp276 if (!Graph.OrphanedNodes.empty()) in validateCFIProtection()
291 assert(Graph.OrphanedNodes.empty() && "Orphaned nodes should be empty."); in indirectCFOperandClobber()