/llvm-project/clang/tools/clang-format/ |
H A D | clang-format.py | 52 binary = "clang-format" variable 54 binary = vim.eval("g:clang_format_path") variable
|
H A D | clang-format-sublime.py | 21 binary = "clang-format" variable
|
H A D | git-clang-format | 431 run_clang_format_and_save_to_tree(changed_lines, revision=None, binary='clang-format', style=None) global() argument 492 clang_format_to_blob(filename, line_ranges, revision=None, binary='clang-format', style=None, env=None) global() argument [all...] |
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | clang-include-fixer.py | 31 binary = "clang-include-fixer" variable 33 binary = vim.eval("g:clang_include_fixer_path") variable
|
/llvm-project/mlir/lib/Target/SPIRV/ |
H A D | TranslateRegistration.cpp | 52 auto binary = llvm::ArrayRef(reinterpret_cast<const uint32_t *>(start), in deserializeModule() local 75 SmallVector<uint32_t, 0> binary; in serializeModule() local 104 SmallVector<uint32_t, 0> binary; in roundTripModule() local
|
H A D | SPIRVBinaryUtils.cpp | 66 encodeStringLiteralInto(SmallVectorImpl<uint32_t> & binary,StringRef literal) encodeStringLiteralInto() argument
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserialization.cpp | 15 OwningOpRef<spirv::ModuleOp> spirv::deserialize(ArrayRef<uint32_t> binary, in deserialize()
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serialization.cpp | 25 SmallVectorImpl<uint32_t> &binary, in serialize()
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 83 def symbolize(self, addr, binary, offset): argument 132 def symbolize(self, addr, binary, offset): argument 168 def __init__(self, binary): argument 192 symbolize(self, addr, binary, offset) global() argument 291 __init__(self, addr, binary, arch) global() argument 302 symbolize(self, addr, binary, offset) global() argument 336 symbolize(self, addr, binary, offset) global() argument 349 BreakpadSymbolizerFactory(binary) global() argument 358 SystemSymbolizerFactory(system, addr, binary, arch) global() argument 427 symbolize(self, addr, binary, offset) global() argument 461 symbolize_address(self, addr, binary, offset, arch) global() argument [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | sancov.py | 226 def GetInstrumentedPCs(binary): argument 243 def PrintMissing(binary): argument
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | elemental-array-ops.f90 | 4 subroutine binary(x, y) subroutine 8 ybinary global() argument
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test2.cc | 76 struct binary { struct 77 const char *arg1; 78 const char *arg2; 79 const char *res;
|
/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
H A D | ConvertGPULaunchFuncToVulkanLaunchFunc.cpp |
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | extract_interface.cc | 180 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags) in construct_driver() 186 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags) in construct_driver() 192 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags) in construct_driver() 198 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags) in construct_driver() 269 const char *binary = CLANG_PREFIX"/bin/clang"; in construct_invocation() local
|
/llvm-project/lldb/examples/customization/bin-utils/ |
H A D | binutils.py | 4 def binary(n, width=None): function
|
/llvm-project/lldb/test/API/lang/cpp/function_refs/ |
H A D | main.cpp | 8 void binary(A1, A2) { } in binary() function
|
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
H A D | patch-crashlog.py | 15 def __init__(self, data, binary, offsets, json): argument
|
/llvm-project/bolt/utils/ |
H A D | llvm-bolt-wrapper.py | 211 run = lambda binary: subprocess.run( argument 229 def report_real_time(binary, main_err, cmp_err, cfg): argument
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | PybindUtils.h |
|
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 83 Expected<std::unique_ptr<Binary>> binary = createBinary(buffer); in CreateInstance() local 115 Expected<std::unique_ptr<Binary>> binary = createBinary(buffer); in GetModuleSpecifications() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 118 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() 181 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit()
|
/llvm-project/flang/include/flang/Decimal/ |
H A D | decimal.h | 93 BinaryFloatingPointNumber<PREC> binary; member
|
/llvm-project/flang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 90 createDefaultOutputFile(bool binary,llvm::StringRef baseName,llvm::StringRef extension) createDefaultOutputFile() argument 118 createOutputFileImpl(llvm::StringRef outputFilePath,bool binary) createOutputFileImpl() argument
|
/llvm-project/compiler-rt/lib/hwasan/scripts/ |
H A D | hwasan_symbolize | 203 iter_locals(self, binary, addr, buildid) global() argument 225 iter_call_stack(self, binary, buildid, addr) global() argument [all...] |
/llvm-project/libc/utils/gpu/loader/nvptx/ |
H A D | Loader.cpp |
|