Home
last modified time | relevance | path

Searched defs:getFeatureString (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h117 StringRef getFeatureString() const { return FeatureString; } getFeatureString() function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp244 static std::string getFeatureString(const FeatureBitset &Features, getFeatureString() function in __anondc9b2e200111::CoalesceFeaturesAndStripAtomics
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp616 StringRef AMDGPUTargetMachine::getFeatureString(const Function &F) const { getFeatureString() function in AMDGPUTargetMachine