Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.h200 const coff_section *callgraphSec = nullptr; variable
H A DDriver.cpp1047 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()
1050 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()
H A DInputFiles.cpp253 callgraphSec = sec; in readSection()