Home
last modified time | relevance | path

Searched defs:getFeatures (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h120 SubtargetFeatures &getFeatures() { return Features; } in getFeatures() function
123 const SubtargetFeatures &getFeatures() const { return Features; } in getFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp119 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp346 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
H A DXCOFFObjectFile.cpp444 SubtargetFeatures XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1758 SubtargetFeatures WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp150 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h367 SubtargetFeatures getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
H A DCOFF.h990 SubtargetFeatures getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h249 const FeatureBitset& getFeatures() const { in getFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp102 const FeatureBitset &getFeatures() const { return Features; } in getFeatures() function in __anon5ed6d99d0111::MipsAssemblerOptions