Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h27 struct TestCompiler { struct
34 TestCompiler(clang::LangOptions LO, argument
H A DBufferSourceTest.cpp45 TestCompiler Compiler(LO); in TEST()
H A DCodeGenExternalTest.cpp265 TestCompiler Compiler(LO); in TEST()
H A DTBAAMetadataTest.cpp24 struct TBAATestCompiler : public TestCompiler {
26 : TestCompiler(LO, CGO) {} in TBAATestCompiler()