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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 328 bool SupportsDebugInformation;
534 bool doesSupportDebugInformation() const { return SupportsDebugInformation; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 311 /// SupportsDebugInformation - True if target supports emission of debugging
313 bool SupportsDebugInformation; // Defaults to false.
543 return SupportsDebugInformation;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 332 bool SupportsDebugInformation = false;
564 bool doesSupportDebugInformation() const { return SupportsDebugInformation; }

Completed in 94 milliseconds