Searched refs:getTargetFeatures (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 133 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 136 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures() function
|
/external/llvm-project/lld/wasm/ |
D | Writer.cpp | 449 for (auto &feature : file->getWasmObj()->getTargetFeatures()) { in populateTargetFeatures() 535 for (auto &feature : file->getWasmObj()->getTargetFeatures()) { in populateTargetFeatures()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 175 for (auto &E : Obj.getTargetFeatures()) { in dumpCustomSection()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Clang.cpp | 313 static void getTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getTargetFeatures() function 1574 getTargetFeatures(TC.getDriver(), EffectiveTriple, Args, CmdArgs, false); in RenderTargetOptions() 4844 getTargetFeatures(D, *TC.getAuxTriple(), HostArgs, CmdArgs, in ConstructJob() 7052 getTargetFeatures(D, Triple, Args, CmdArgs, true); in ConstructJob()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 2538 static void getTargetFeatures(const ToolChain &TC, const llvm::Triple &Triple, in getTargetFeatures() function 4370 getTargetFeatures(getToolChain(), Triple, Args, CmdArgs, false); in ConstructJob() 6473 getTargetFeatures(getToolChain(), Triple, Args, CmdArgs, true); in ConstructJob()
|