Home
last modified time | relevance | path

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

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