Home
last modified time | relevance | path

Searched defs:ICF (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp40 class ICF { class
42 ICF(COFFLinkerContext &c) : ctx(c){}; in ICF() function in lld::coff::ICF
H A DChunks.h224 friend class ICF; variable
/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp31 class ICF { class
59 ICF::ICF(std::vector<ConcatInputSection *> &inputs) { in ICF() function in ICF
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h136 mutable ImplicitControlFlowTracking ICF; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp98 template <class ELFT> class ICF { class