Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolMachO.h103 bool isCold() const { return getFlags() & SF_Cold; } in isCold() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolMachO.h103 bool isCold() const { return getFlags() & SF_Cold; } in isCold() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenIntrinsics.h136 bool isCold; member