Home
last modified time | relevance | path

Searched refs:compiler_invocation (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dmkcheck.in318 compiler_invocation="$LTCXX $S_FLAG $SRC_NAME -o $EXENAME $our_libs"
319 echo $compiler_invocation >> compile.out 2>&1
321 $compiler_invocation >> compile.out 2>&1
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp95 std::shared_ptr<clang::CompilerInvocation> compiler_invocation,
243 std::shared_ptr<clang::CompilerInvocation> compiler_invocation, in ClangModulesDeclVendorImpl() argument
247 m_compiler_invocation(std::move(compiler_invocation)), in ClangModulesDeclVendorImpl()