Searched refs:checkFeatures (Results 1 – 8 of 8) sorted by relevance
29 bool checkFeatures; member
464 if (!config->checkFeatures) in populateTargetFeatures()500 if (!config->checkFeatures) in populateTargetFeatures()568 if (config->relocatable || !config->checkFeatures) in checkImportExportTargetFeatures()
354 config->checkFeatures = in readConfigs()
157 bool checkFeatures(StringRef FS) const;
297 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
268 if (!STI->checkFeatures("+reference-types")) in Initialize()505 if (STI->checkFeatures("+reference-types")) { in parseFunctionTableOperand()
526 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()528 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
688 if (STI.checkFeatures("+thumb-mode")) { in printInst()1265 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()1881 if (isArmElf(*Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()1882 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()