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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 40 HasMicrosoftFastStdCallMangling = true;
MCAsmInfo.cpp 90 HasMicrosoftFastStdCallMangling = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 207 /// HasMicrosoftFastStdCallMangling - True if this target uses microsoft
210 bool HasMicrosoftFastStdCallMangling; // Defaults to false.
397 bool hasMicrosoftFastStdCallMangling() const {
398 return HasMicrosoftFastStdCallMangling;

Completed in 29 milliseconds