HomeSort by relevance Sort by last modified time
    Searched refs:IsCOFF (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 320 bool IsCOFF = isa<llvm::object::COFFObjectFile>(Obj);
325 if ((!IsCOFF && Name == "__clangast") ||
326 ( IsCOFF && Name == "clangast")) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 277 enum Environment { IsMachO, IsELF, IsCOFF };
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 347 enum Environment { IsMachO, IsELF, IsCOFF };
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 379 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
  /external/llvm/lib/MC/
MCContext.cpp 159 case MCObjectFileInfo::IsCOFF:
MCObjectFileInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 525 Env = IsCOFF;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp 156 case MCObjectFileInfo::IsCOFF:
MCObjectFileInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 574 case MCObjectFileInfo::IsCOFF:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmParser.cpp 692 case MCObjectFileInfo::IsCOFF:
    [all...]

Completed in 512 milliseconds