Home
last modified time | relevance | path

Searched +full:build +full:- +full:static +full:- +full:dbg (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/tinyxml2/.github/workflows/
Dtest.yml7 fail-fast: false
9 os: [ windows-2019, macos-latest, ubuntu-20.04 ]
12 - os: windows-2019
17 - os: ubuntu-20.04
20 - os: macos-latest
23 - cmake: 3.15
25 - cmake: 3.x
31 runs-on: ${{ matrix.os }}
33 # System set-up
34 - uses: actions/checkout@v2
[all …]
/external/OpenCSD/decoder/docs/
Dbuild_libs.md4 @brief How to build the library and test programs and include the library in an application
7 ----------------
9 The current makefiles and build projects support building the library on:
10 - Linux and Windows, x86 or x64 hosts.
11 - ARM linux - AArch32 and AArch64
12 - ARM aarch32 and aarch64 libs, x-compiled on x86/64 hosts.
13 - MacOS - x64 and AArch64 (Apple Silicon)
19 --------------------
21 The library and test programs are built from the library `./build/<platform>` directory, where
22 <platform> is either 'linux', 'macos', or 'win-vs2022'
[all …]
/external/curl/projects/
Dbuild-openssl.bat22 rem * SPDX-License-Identifier: curl
49 rem Visual Studio was x86-only prior to 14.3
123 ) else if /i "%~1" == "-?" (
125 ) else if /i "%~1" == "-h" (
127 ) else if /i "%~1" == "-help" (
129 ) else if /i "%~1" == "-VSpath" (
138 ) else if /i "%~1" == "-perlpath" (
176 perl --version <NUL 1>NUL 2>&1
232 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
234 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
[all …]
/external/cronet/tot/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # Build against Abseil.
23 PKG_CONFIG?=pkg-config
24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags)
25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what
27 # Similar is needed for `static-testinstall` and `shared-testinstall`.
28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g')
30 # To build against ICU for full Unicode properties support,
32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
[all …]
/external/cronet/stable/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # Build against Abseil.
23 PKG_CONFIG?=pkg-config
24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags)
25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what
27 # Similar is needed for `static-testinstall` and `shared-testinstall`.
28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g')
30 # To build against ICU for full Unicode properties support,
32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
[all …]
/external/tflite-support/
D.bazelrc6 build --apple_platform_type=macos
8 # Enable using platform specific build settings
9 build --enable_platform_specific_config
12 common --experimental_repo_remote_exec
15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain
16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain
18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
19 build:android --copt=-w
20 build:linux --copt=-w
21 build:macos --copt=-w
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # To build against ICU for full Unicode properties support,
7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU
8 # LDICU=$(shell pkg-config icu-uc --libs)
10 # To build against PCRE for testing or benchmarking,
12 # CCPCRE=-I/usr/local/include -DUSEPCRE
13 # LDPCRE=-L/usr/local/lib -lpcre
17 CXXFLAGS?=-O3 -g
20 RE2_CXXFLAGS?=-pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. $(CC…
21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE)
[all …]
/external/elfutils/libdw/
Ddwarf_getalt.c67 if (dir[dirlen - 1] != '/') in __libdw_filepath()
87 if (dir[dirlen - 1] != '/') in __libdw_filepath()
98 static void
99 find_debug_altlink (Dwarf *dbg) in find_debug_altlink() argument
103 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (dbg, in find_debug_altlink()
113 int fd = -1; in find_debug_altlink()
115 /* We only look in the standard path. And relative to the dbg file. */ in find_debug_altlink()
118 /* We don't handle very short or really large build-ids. We need at in find_debug_altlink()
125 char id_path[sizeof DEBUGINFO_PATH - 1 + sizeof "/.build-id/" - 1 in find_debug_altlink()
126 + 2 + 1 + (MAX_BUILD_ID_BYTES - 1) * 2 + sizeof ".debug"]; in find_debug_altlink()
[all …]
Dlibdw_find_split_unit.c44 static void
48 if (split_fd != -1) in try_split_file()
57 if (split->unit_type == DW_UT_split_compile in try_split_file()
58 && cu->unit_id8 == split->unit_id8) in try_split_file()
60 if (tsearch (split->dbg, &cu->dbg->split_tree, in try_split_file()
74 elf_cntl (split_dwarf->elf, ELF_C_FDDONE); in try_split_file()
78 if (cu->split == (Dwarf_CU *) -1) in try_split_file()
88 static void
91 if (cu->dbg->dwp_dwarf == NULL) in try_dwp_file()
93 if (cu->dbg->elfpath != NULL) in try_dwp_file()
[all …]
Ddwarf_cu_dwp_section_info.c37 static Dwarf_Package_Index *
38 __libdw_read_package_index (Dwarf *dbg, bool tu) in __libdw_read_package_index() argument
42 data = dbg->sectiondata[IDX_debug_tu_index]; in __libdw_read_package_index()
44 data = dbg->sectiondata[IDX_debug_cu_index]; in __libdw_read_package_index()
47 if (data == NULL || data->d_size < 16) in __libdw_read_package_index()
54 const unsigned char *datap = data->d_buf; in __libdw_read_package_index()
55 const unsigned char *endp = datap + data->d_size; in __libdw_read_package_index()
60 if (read_4ubyte_unaligned (dbg, datap) == 2) in __libdw_read_package_index()
64 version = read_2ubyte_unaligned (dbg, datap); in __libdw_read_package_index()
72 uint32_t section_count = read_4ubyte_unaligned_inc (dbg, datap); in __libdw_read_package_index()
[all …]
/external/regex-re2/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # To build against ICU for full Unicode properties support,
7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU
8 # LDICU=$(shell pkg-config icu-uc --libs)
10 # To build against PCRE for testing or benchmarking,
12 # CCPCRE=-I/usr/local/include -DUSEPCRE
13 # LDPCRE=-L/usr/local/lib -lpcre
17 CXXFLAGS?=-O3 -g
20 RE2_CXXFLAGS?=-std=c++11 -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initialize…
21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE)
[all …]
/external/llvm/test/DebugInfo/COFF/
Dinlining-files.ll1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s -filetype=obj | llvm-readobj -codeview | FileChe…
3 ; This LL file was generated by running 'clang -O1 -g -gcodeview' on the
5 ; static inline void file_change(void) {
30 ; OBJ: ChangeFile: D:\src\llvm\build\t.inc (0x8)
31 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: -2}
33 ; OBJ: ChangeFile: D:\src\llvm\build\t.cpp (0x0)
44 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
45 target triple = "x86_64-pc-windows-msvc18.0.0"
50 define void @f() #0 !dbg !4 {
52 %0 = load volatile i32, i32* @x, align 4, !dbg !16, !tbaa !17
[all …]
Dinlining.ll1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s | FileCheck %s --check-prefix=ASM
2 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s -filetype=obj | llvm-readobj -codeview | FileChe…
4 ; This LL file was generated by running 'clang -O1 -g -gcodeview' on the
7 ; 2: static inline void foo() {
13 ; 8: static inline void bar() {
44 ; ASM: .long [[inline_end:.*]]-[[inline_beg:.*]] #
147 ; OBJ-NOT: TypeLeafKind: LF_FUNC_ID
155 ; OBJ: FileID: D:\src\llvm\build\t.cpp (0x0)
160 ; OBJ: FileID: D:\src\llvm\build\t.cpp (0x0)
186 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x8, LineOffset: 1}
[all …]
Dtypes-data-members.ll1 ; RUN: llc < %s -filetype=obj | llvm-readobj - -codeview | FileCheck %s
9 ; static const int sdm = 3;
37 ; $ clang t.cpp -S -emit-llvm -g -gcodeview -o t.ll
126 ; CHECK: StringData: D:\src\llvm\build\t.cpp
131 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
176 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
230 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
335 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
379 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
416 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
[all …]
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
33 `***` - section heading
34 `*` - sub heading
35 `-` - 1st level bullet
36 `+` - 2nd level bullet
37 `=` - 1st level bullet
38 `->` - "the previous things leads to...", OR a 2nd level bullet/item
40 ---------------------------------------------------------------------------- ***
[all …]
/external/cronet/stable/third_party/icu/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
33 `***` - section heading
34 `*` - sub heading
35 `-` - 1st level bullet
36 `+` - 2nd level bullet
37 `=` - 1st level bullet
38 `->` - "the previous things leads to...", OR a 2nd level bullet/item
40 ---------------------------------------------------------------------------- ***
[all …]
/external/cronet/tot/third_party/icu/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
33 `***` - section heading
34 `*` - sub heading
35 `-` - 1st level bullet
36 `+` - 2nd level bullet
37 `=` - 1st level bullet
38 `->` - "the previous things leads to...", OR a 2nd level bullet/item
40 ---------------------------------------------------------------------------- ***
[all …]
/external/mpdecimal/vcbuild/
Drunshort_alloc.bat4 rem Choose release or debug build.
5 set DBG=0 variable
6 if "%1%" == "/d" set DBG=1 variable
8 rem Build libmpdec tests.
12 nmake DEBUG=%DBG%
20 echo # libmpdec: static library
28 runtest.exe official.decTest --alloc
35 runtest.exe additional.decTest --alloc
48 runtest_shared.exe official.decTest --alloc
55 runtest_shared.exe additional.decTest --alloc
[all …]
Drunshort.bat3 rem Release or debug build.
4 set DBG=0 variable
5 if "%1%" == "/d" set DBG=1 variable
7 rem Build libmpdec tests.
11 nmake DEBUG=%DBG%
18 echo # libmpdec: static library
57 rem Build libmpdec++ tests.
61 nmake DEBUG=%DBG%
68 echo # libmpdec++: static library
76 runtest.exe official.topTest --thread
[all …]
/external/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll1 ; RUN: llc %s -o %t -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu -dwarf-version=4
2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=PRESENT
3 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=ABSENT
4 ; RUN: llc %s -o %t -filetype=obj -O0 -mtriple=x86_64-apple-darwin -dwarf-version=4
5 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=DARWINP
6 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=DARWINA
12 ; LLVM IR generated using: clang -emit-llvm -S -g
17 ; static int a;
18 ; const static bool const_a = true;
20 ; static int b;
[all …]
Dinlined-indirect-value.ll1 ; RUN: llc -filetype=asm -asm-verbose=0 < %s | FileCheck %s
7 ; options: -g -O3
10 ; 03 static __attribute__((always_inline)) int f1() {
19 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
20 target triple = "x86_64-unknown-linux-gnu"
25 define i32 @main() !dbg !4 {
27 ; CHECK-NOT: .loc
31 %0 = load volatile i32, i32* @x, align 4, !dbg !16, !tbaa !19
32 %mul.i = mul nsw i32 %0, 3, !dbg !23
33 %cmp.i = icmp slt i32 %mul.i, 14, !dbg !24
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c2 * Copyright (c) 2008-2024 Broadcom. All Rights Reserved.
5 * SPDX-License-Identifier: MIT
21 #define DBG 0 macro
24 static enum pipe_error
30 struct pipe_context *pipe = &hwtnl->svga->pipe; in generate_indices()
36 dst = pipe_buffer_create(pipe->screen, PIPE_BIND_INDEX_BUFFER, in generate_indices()
57 pipe->screen->resource_destroy(pipe->screen, dst); in generate_indices()
63 static bool
73 static enum pipe_error
85 SVGA_STATS_TIME_PUSH(svga_sws(hwtnl->svga), SVGA_STATS_TIME_GENERATEINDICES); in retrieve_or_generate_indices()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_regalloc.c4 * SPDX-License-Identifier: MIT
12 #define DBG(...) \ macro
252 static void
255 if (!src || !src->Used) { in print_live_intervals()
256 DBG("(null)"); in print_live_intervals()
260 DBG("(%i,%i)", src->Start, src->End); in print_live_intervals()
263 static int
267 DBG("overlap_live_intervals: "); in overlap_live_intervals()
269 DBG(" to "); in overlap_live_intervals()
271 DBG("\n"); in overlap_live_intervals()
[all …]
/external/sdv/vsomeip/third_party/boost/tokenizer/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]
/external/sdv/vsomeip/third_party/boost/concept_check/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]

12345678910