Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h190 const coff_section *callgraphSec = nullptr; variable
H A DInputFiles.cpp225 callgraphSec = sec; in readSection()
H A DDriver.cpp1153 if (obj->callgraphSec) { in readCallGraphsFromObjectFiles()
1156 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents)); in readCallGraphsFromObjectFiles()