Home
last modified time | relevance | path

Searched refs:maker (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/utils/
H A Dcollect_and_build_with_pgo.py73 def __init__(self, cmake, maker, cmake_dir): argument
74 self._prefix = [cmake, '-G', maker, cmake_dir]
202 cmake='cmake', maker=env.get_cmake_maker(), cmake_dir=env.llvm_dir)
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h451 FunctionValueCache(Maker const &maker);
H A DIRForTarget.cpp49 IRForTarget::FunctionValueCache::FunctionValueCache(Maker const &maker) in FunctionValueCache() argument
50 : m_maker(maker), m_values() {} in FunctionValueCache()
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dcoro-split-sink-lifetime-02.ll1 ; Tests that coro-split will optimize the lifetime.start maker of each local variable,
H A Dcoro-split-sink-lifetime-04.ll1 ; Tests that coro-split will optimize the lifetime.start maker of each local variable,
H A Dcoro-split-sink-lifetime-01.ll1 ; Tests that coro-split will optimize the lifetime.start maker of each local variable,
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-blocks.m16 void test0(id (^maker)(void)) {
17 maker();