Home
last modified time | relevance | path

Searched defs:toSec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp92 const auto *toSec = cast<SectionChunk>(c.first.second->repl); in CallGraphSort() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp97 const auto toSec = c.first.second->canonical(); in CallGraphSort() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile