Home
last modified time | relevance | path

Searched refs:flattenAddress (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.h91 std::vector<uint64_t> flattenAddress(uint64_t Address) const;
H A DGraphBuilder.cpp58 std::vector<uint64_t> GraphResult::flattenAddress(uint64_t Address) const { in flattenAddress() function in llvm::cfi_verify::GraphResult
H A DFileAnalysis.cpp335 std::vector<uint64_t> Nodes = Graph.flattenAddress(Node); in indirectCFOperandClobber()