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 38 HasMicrosoftFastStdCallMangling = true;
MCAsmInfo.cpp 97 HasMicrosoftFastStdCallMangling = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 214 /// HasMicrosoftFastStdCallMangling - True if this target uses microsoft
217 bool HasMicrosoftFastStdCallMangling; // Defaults to false.
424 bool hasMicrosoftFastStdCallMangling() const {
425 return HasMicrosoftFastStdCallMangling;

Completed in 31 milliseconds