Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h202 const coff_section *callgraphSec = nullptr; variable
H A DDriver.cpp1156 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()
1159 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()
H A DInputFiles.cpp402 callgraphSec = sec; in readSection()