Home
last modified time | relevance | path

Searched refs:indirectCFOperandClobber (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h159 uint64_t indirectCFOperandClobber(const GraphResult& Graph) const;
DFileAnalysis.cpp284 if (indirectCFOperandClobber(Graph) != Graph.BaseAddress) in validateCFIProtection()
290 uint64_t FileAnalysis::indirectCFOperandClobber(const GraphResult &Graph) const { in indirectCFOperandClobber() function in llvm::cfi_verify::FileAnalysis