Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h190 const coff_section *callgraphSec = nullptr; variable
H A DInputFiles.cpp224 callgraphSec = sec; in readSection()
H A DDriver.cpp1147 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()
1150 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()