Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang/tools/clang-format/
H A Dclang-format.py52 binary = "clang-format" variable
54 binary = vim.eval("g:clang_format_path") variable
H A Dclang-format-sublime.py21 binary = "clang-format" variable
H A Dgit-clang-format431 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 Dclang-include-fixer.py31 binary = "clang-include-fixer" variable
33 binary = vim.eval("g:clang_include_fixer_path") variable
/llvm-project/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp52 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 DSPIRVBinaryUtils.cpp66 encodeStringLiteralInto(SmallVectorImpl<uint32_t> & binary,StringRef literal) encodeStringLiteralInto() argument
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserialization.cpp15 OwningOpRef<spirv::ModuleOp> spirv::deserialize(ArrayRef<uint32_t> binary, in deserialize()
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerialization.cpp25 SmallVectorImpl<uint32_t> &binary, in serialize()
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py83 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 Dsancov.py226 def GetInstrumentedPCs(binary): argument
243 def PrintMissing(binary): argument
/llvm-project/flang/test/Lower/HLFIR/
H A Delemental-array-ops.f904 subroutine binary(x, y) subroutine
8 ybinary global() argument
/llvm-project/polly/lib/External/isl/
H A Disl_test2.cc76 struct binary { struct
77 const char *arg1;
78 const char *arg2;
79 const char *res;
/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp
/llvm-project/polly/lib/External/isl/interface/
H A Dextract_interface.cc180 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 Dbinutils.py4 def binary(n, width=None): function
/llvm-project/lldb/test/API/lang/cpp/function_refs/
H A Dmain.cpp8 void binary(A1, A2) { } in binary() function
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
H A Dpatch-crashlog.py15 def __init__(self, data, binary, offsets, json): argument
/llvm-project/bolt/utils/
H A Dllvm-bolt-wrapper.py211 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 DPybindUtils.h
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp83 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 DPostfixExpression.cpp118 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 Ddecimal.h93 BinaryFloatingPointNumber<PREC> binary; member
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp90 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 Dhwasan_symbolize203 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 DLoader.cpp

12