Searched refs:maker (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | collect_and_build_with_pgo.py | 73 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 D | IRForTarget.h | 451 FunctionValueCache(Maker const &maker);
|
| H A D | IRForTarget.cpp | 49 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 D | coro-split-sink-lifetime-02.ll | 1 ; Tests that coro-split will optimize the lifetime.start maker of each local variable,
|
| H A D | coro-split-sink-lifetime-04.ll | 1 ; Tests that coro-split will optimize the lifetime.start maker of each local variable,
|
| H A D | coro-split-sink-lifetime-01.ll | 1 ; Tests that coro-split will optimize the lifetime.start maker of each local variable,
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-blocks.m | 16 void test0(id (^maker)(void)) { 17 maker();
|