HomeSort by relevance Sort by last modified time
    Searched defs:isCOFF (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
Binary.h 44 isCOFF,
  /external/llvm/include/llvm/MC/
MCSymbol.h 280 bool isCOFF() const { return Kind == SymbolKindCOFF; }
  /external/llvm/include/llvm/Object/
Binary.h 114 bool isCOFF() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbol.h 283 bool isCOFF() const { return Kind == SymbolKindCOFF; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Binary.h 117 bool isCOFF() const {
139 if (isCOFF())

Completed in 368 milliseconds