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.h193 const coff_section *callgraphSec = nullptr; variable
H A DInputFiles.cpp258 callgraphSec = sec; in readSection()
H A DDriver.cpp1161 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()
1164 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()