Searched refs:callgraphSec (Results 1 – 3 of 3) sorted by relevance
202 const coff_section *callgraphSec = nullptr; variable
1156 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()1159 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()
402 callgraphSec = sec; in readSection()