reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/SubtargetFeature.h
  190   std::string getString() const;

References

include/llvm/CodeGen/CommandFlags.inc
  346   return Features.getString();
lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
   52       TheTarget->createTargetMachine(TT.getTriple(), CPU, Features.getString(),
lib/ExecutionEngine/TargetSelect.cpp
   83     FeaturesStr = Features.getString();
lib/LTO/LTOBackend.cpp
  149       TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel,
lib/LTO/LTOCodeGenerator.cpp
  361   FeatureStr = Features.getString();
lib/LTO/LTOModule.cpp
  215   std::string FeatureStr = Features.getString();
lib/LTO/ThinLTOCodeGenerator.cpp
  554   std::string FeatureStr = Features.getString();
lib/Target/TargetMachineC.cpp
  265   return strdup(Features.getString().c_str());
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  398       TripleName, MCPU, Features.getString()));
tools/llvm-mc/llvm-mc.cpp
  415     FeaturesStr = Features.getString();
tools/llvm-objdump/MachODump.cpp
 7209     FeaturesStr = Features.getString();
tools/llvm-objdump/llvm-objdump.cpp
 1550       TheTarget->createMCSubtargetInfo(TripleName, MCPU, Features.getString()));
 1580                                                         Features.getString()));