Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format.py51 binary = 'clang-format' variable
53 binary = vim.eval('g:clang_format_path') variable
H A Dclang-format-sublime.py21 binary = 'clang-format' variable
H A Dgit-clang-format398 binary='clang-format', style=None): argument
451 binary='clang-format', style=None): argument
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test2.cc33 struct binary { struct
34 const char *arg1;
35 const char *arg2;
36 const char *res;
/llvm-project-15.0.7/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-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserialization.cpp15 OwningOpRef<spirv::ModuleOp> spirv::deserialize(ArrayRef<uint32_t> binary, in deserialize()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp52 auto binary = llvm::makeArrayRef(reinterpret_cast<const uint32_t *>(start), in deserializeModule() local
87 SmallVector<uint32_t, 0> binary; in serializeModule() local
126 SmallVector<uint32_t, 0> binary; in roundTripModule() local
H A DSPIRVBinaryUtils.cpp65 void spirv::encodeStringLiteralInto(SmallVectorImpl<uint32_t> &binary, in encodeStringLiteralInto()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerialization.cpp25 SmallVectorImpl<uint32_t> &binary, in serialize()
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py66 def symbolize(self, addr, binary, offset): argument
110 def symbolize(self, addr, binary, offset): argument
148 def __init__(self, binary): argument
169 def symbolize(self, addr, binary, offset): argument
254 def __init__(self, addr, binary, arch): argument
265 def symbolize(self, addr, binary, offset): argument
299 def symbolize(self, addr, binary, offset): argument
312 def BreakpadSymbolizerFactory(binary): argument
321 def SystemSymbolizerFactory(system, addr, binary, arch): argument
388 def symbolize(self, addr, binary, offset): argument
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py191 def GetInstrumentedPCs(binary): argument
205 def PrintMissing(binary): argument
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp134 SmallVector<uint32_t, 0> binary; in createBinaryShader() local
156 std::vector<char> binary; in convertGpuLaunchFunc() local
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp85 CompilerInstance::createDefaultOutputFile(bool binary, llvm::StringRef baseName, in createDefaultOutputFile()
113 bool binary) { in createOutputFileImpl()
/llvm-project-15.0.7/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-15.0.7/lldb/examples/customization/bin-utils/
H A Dbinutils.py5 def binary(n, width=None): function
/llvm-project-15.0.7/lldb/test/API/lang/cpp/function_refs/
H A Dmain.cpp8 void binary(A1, A2) { } in binary() function
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
H A Dpatch-crashlog.py16 def __init__(self, data, binary, offsets, json): argument
/llvm-project-15.0.7/bolt/utils/
H A Dllvm-bolt-wrapper.py196 run = lambda binary: subprocess.run(cmd.split() + [binary], argument
211 def report_real_time(binary, main_err, cmp_err, cfg): argument
/llvm-project-15.0.7/lldb/source/Symbol/
H A DPostfixExpression.cpp117 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit()
180 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize203 def iter_locals(self, binary, addr, buildid): argument
225 def iter_call_stack(self, binary, buildid, addr): argument
/llvm-project-15.0.7/flang/include/flang/Decimal/
H A Ddecimal.h99 BinaryFloatingPointNumber<PREC> binary; member
/llvm-project-15.0.7/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py182 def parse_locstats(opts, binary): argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h74 binary = 0u << 1u, enumerator
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp110 SmallVector<uint32_t, 0> binary; member in SerializationTest
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-recovery.cpp99 int binary = a + nullptr; variable

12