Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp342 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
H A DWasmObjectFile.cpp1836 Expected<SubtargetFeatures> WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
H A DXCOFFObjectFile.cpp715 Expected<SubtargetFeatures> XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp151 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() function
/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h255 const FeatureBitset& getFeatures() const { in getFeatures() function
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h517 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
H A DCOFF.h983 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp104 const FeatureBitset &getFeatures() const { return Features; } in getFeatures() function in __anon41cfaf1f0111::MipsAssemblerOptions