Searched refs:checkFeatures (Results 1 – 8 of 8) sorted by relevance
34 bool checkFeatures; member
488 if (!config->checkFeatures) in populateTargetFeatures()524 if (!config->checkFeatures) in populateTargetFeatures()592 if (config->relocatable || !config->checkFeatures) in checkImportExportTargetFeatures()
397 config->checkFeatures = in readConfigs()
157 bool checkFeatures(StringRef FS) const;
298 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
269 if (!STI->checkFeatures("+reference-types")) in Initialize()507 if (STI->checkFeatures("+reference-types")) { in parseFunctionTableOperand()
545 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()547 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
711 if (STI.checkFeatures("+thumb-mode")) { in printInst()1315 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()2089 if (isArmElf(*Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()2090 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()