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