Home
last modified time | relevance | path

Searched refs:N_COLD_FUNC (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h349 N_COLD_FUNC = 0x0400u, enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp535 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol()