OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphResult
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.h
67
struct
GraphResult
{
101
// into
GraphResult
::ConditionalBranchNodes. It will also provide any orphaned
103
// provided node in
GraphResult
::OrphanedNodes.
104
static
GraphResult
buildFlowGraph(const FileAnalysis &Analysis,
119
GraphResult
&Result, uint64_t Address,
128
GraphResult
&Result,
GraphBuilder.cpp
58
std::vector<uint64_t>
GraphResult
::flattenAddress(uint64_t Address) const {
80
void
GraphResult
::printToDOT(const FileAnalysis &Analysis,
95
GraphResult
GraphBuilder::buildFlowGraph(const FileAnalysis &Analysis,
97
GraphResult
Result;
113
GraphResult
&Result,
199
GraphResult
&Result, uint64_t Address,
FileAnalysis.h
47
struct
GraphResult
;
154
CFIProtectionStatus validateCFIProtection(const
GraphResult
&Graph) const;
164
uint64_t indirectCFOperandClobber(const
GraphResult
& Graph) const;
FileAnalysis.cpp
282
FileAnalysis::validateCFIProtection(const
GraphResult
&Graph) const {
308
uint64_t FileAnalysis::indirectCFOperandClobber(const
GraphResult
&Graph) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/
llvm-cfi-verify.cpp
89
const
GraphResult
&Graph,
137
GraphResult
Graph = GraphBuilder::buildFlowGraph(Analysis, Address);
Completed in 114 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026