Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.h197 const coff_section *callgraphSec = nullptr; variable
DDriver.cpp985 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()
988 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()
DInputFiles.cpp253 callgraphSec = sec; in readSection()