Home
last modified time | relevance | path

Searched refs:EmitAsm (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh63 build/ReactorUnitTests --gtest_filter=ReactorUnitTests.EmitAsm
/external/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat51 %BUILD_TYPE%\ReactorUnitTests.exe --gtest_filter=ReactorUnitTests.EmitAsm || goto :error
/external/llvm-project/clang/lib/Driver/
DDriver.cpp2415 bool EmitAsm = false; member in __anon1c4ff0b80a11::OffloadingActionBuilder::CudaActionBuilderBase
2605 EmitAsm = Args.getLastArg(options::OPT_S); in initialize()
2836 !EmitAsm) { in getDeviceDependences()
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3794 TEST(ReactorUnitTests, EmitAsm) in TEST() argument