Searched refs:GraphResult (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/ |
| H A D | FileAnalysis.cpp | 509 GraphResult Result = in TEST_F() 534 GraphResult Result = in TEST_F() 550 GraphResult Result = in TEST_F() 569 GraphResult Result = in TEST_F() 587 GraphResult Result = in TEST_F() 611 GraphResult Result = in TEST_F() 636 GraphResult Result = in TEST_F() 655 GraphResult Result = in TEST_F() 672 GraphResult Result = in TEST_F() 702 GraphResult Result = in TEST_F() [all …]
|
| H A D | GraphBuilder.cpp | 83 void PrintTo(const GraphResult &Result, ::std::ostream *os) { in PrintTo() 257 GraphResult Result = in TEST_F() 293 GraphResult Result = in TEST_F() 316 GraphResult Result = in TEST_F() 332 GraphResult Result = in TEST_F() 356 GraphResult Result = in TEST_F() 381 GraphResult Result = in TEST_F() 405 GraphResult Result = in TEST_F() 434 GraphResult Result = in TEST_F() 466 GraphResult Result = in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | GraphBuilder.h | 67 struct GraphResult { struct 104 static GraphResult buildFlowGraph(const FileAnalysis &Analysis, 119 GraphResult &Result, uint64_t Address, 128 GraphResult &Result,
|
| H A D | GraphBuilder.cpp | 58 std::vector<uint64_t> GraphResult::flattenAddress(uint64_t Address) const { in flattenAddress() 80 void GraphResult::printToDOT(const FileAnalysis &Analysis, in printToDOT() 95 GraphResult GraphBuilder::buildFlowGraph(const FileAnalysis &Analysis, in buildFlowGraph() 97 GraphResult Result; in buildFlowGraph() 113 GraphResult &Result, in buildFlowsToUndefined() 199 GraphResult &Result, uint64_t Address, in buildFlowGraphImpl()
|
| H A D | FileAnalysis.h | 47 struct GraphResult; 154 CFIProtectionStatus validateCFIProtection(const GraphResult &Graph) const; 164 uint64_t indirectCFOperandClobber(const GraphResult& Graph) const;
|
| H A D | FileAnalysis.cpp | 282 FileAnalysis::validateCFIProtection(const GraphResult &Graph) const { in validateCFIProtection() 308 uint64_t FileAnalysis::indirectCFOperandClobber(const GraphResult &Graph) const { in indirectCFOperandClobber()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/ |
| H A D | llvm-cfi-verify.cpp | 93 const GraphResult &Graph, in printInstructionInformation() 141 GraphResult Graph = GraphBuilder::buildFlowGraph(Analysis, Address); in printIndirectCFInstructions()
|