/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 118 SubtargetFeatures &getFeatures() { return Features; } in getFeatures() function 121 const SubtargetFeatures &getFeatures() const { return Features; } in getFeatures() function
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 59 SubtargetFeatures getFeatures() const { return TF; } in getFeatures() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InfoStream.cpp | 117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 60 Expected<SubtargetFeatures> getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
|
H A D | MachO.h | 520 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
|
H A D | COFF.h | 1045 Expected<SubtargetFeatures> getFeatures() const override { getFeatures() function
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 189 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 151 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, getFeatures() function
|
/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 418 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { getFeatures() function in ELFObjectFileBase
|
H A D | XCOFFObjectFile.cpp | 729 Expected<SubtargetFeatures> XCOFFObjectFile::getFeatures() const { getFeatures() function in llvm::object::XCOFFObjectFile
|
H A D | WasmObjectFile.cpp | 2095 Expected<SubtargetFeatures> WasmObjectFile::getFeatures() const { getFeatures() function in WasmObjectFile
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 292 const FeatureBitset& getFeatures() const { in getFeatures() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 1035 const SubtargetFeatures &getFeatures() const { return Features; } getFeatures() function
|
/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 103 const FeatureBitset &getFeatures() const { return Features; } getFeatures() function in __anon0e8e06850111::MipsAssemblerOptions
|