Home
last modified time | relevance | path

Searched defs:isCold (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolMachO.h103 bool isCold() const { return getFlags() & SF_Cold; } in isCold() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h139 bool isCold; member