Home
last modified time | relevance | path

Searched refs:debug_symbols (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/ispc/ispc-1.16.1/src/
H A Dbuiltins.cpp1129 std::vector<llvm::Constant *> debug_symbols; in DefineStdlib() local
1146 …DefineConstantInt("programCount", g->target->getVectorWidth(), module, symbolTable, debug_symbols); in DefineStdlib()
1149 lDefineProgramIndex(module, symbolTable, debug_symbols); in DefineStdlib()
1153 lDefineConstantInt("__math_lib", (int)g->mathLib, module, symbolTable, debug_symbols); in DefineStdlib()
1154 …lDefineConstantInt("__math_lib_ispc", (int)Globals::Math_ISPC, module, symbolTable, debug_symbols); in DefineStdlib()
1156 …lDefineConstantInt("__math_lib_svml", (int)Globals::Math_SVML, module, symbolTable, debug_symbols); in DefineStdlib()
1160 …lDefineConstantInt("__have_native_half", g->target->hasHalf(), module, symbolTable, debug_symbols); in DefineStdlib()
1161 …lDefineConstantInt("__have_native_rand", g->target->hasRand(), module, symbolTable, debug_symbols); in DefineStdlib()
1163 debug_symbols); in DefineStdlib()
1166 …lDefineConstantInt("__have_native_rcpd", g->target->hasRcpd(), module, symbolTable, debug_symbols); in DefineStdlib()
[all …]
/dports/games/zoom/zoom-1.1.5/src/
H A Ddebug.h34 typedef struct debug_symbols debug_symbols; typedef
192 struct debug_symbols struct
220 extern debug_symbols debug_syms; argument
/dports/games/flightgear/flightgear-2020.3.11/CMakeModules/
H A DExportDebugSymbols.cmake5 debug_symbols target
19 add_dependencies(debug_symbols ${target}.dSYM)
/dports/devel/simgear/simgear-2020.3.11/CMakeModules/
H A DExportDebugSymbols.cmake5 debug_symbols target
23 add_dependencies(debug_symbols ${target}.dSYM)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/cipd/
H A DBUILD.gn207 cipd_archive("debug_symbols") {
208 package_definition_yaml = "debug_symbols.yaml"
217 _symbol_manifest = "$target_gen_dir/debug_symbols.json"
249 ":debug_symbols",
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/cipd/
H A DBUILD.gn225 cipd_archive("debug_symbols") {
226 package_definition_yaml = "debug_symbols.yaml"
235 _symbol_manifest = "$target_gen_dir/debug_symbols.json"
268 ":debug_symbols",
/dports/math/cvc4/CVC4-1.7/
H A Dconfigure.sh114 debug_symbols=default
202 --debug-symbols) debug_symbols=ON;;
203 --no-debug-symbols) debug_symbols=OFF;;
350 [ $debug_symbols != default ] \
351 && cmake_opts="$cmake_opts -DENABLE_DEBUG_SYMBOLS=$debug_symbols"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/gn/standalone/
H A DBUILDCONFIG.gn58 "//gn/standalone:debug_symbols",
70 default_configs -= [ "//gn/standalone:debug_symbols" ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/gn/standalone/
H A DBUILDCONFIG.gn60 "//gn/standalone:debug_symbols",
72 default_configs -= [ "//gn/standalone:debug_symbols" ]
/dports/benchmarks/iperf/iperf-2.1.4/
H A Dconfigure.ac76 AC_ARG_ENABLE(debug_symbols, optenable
80 yes) debug_symbols=true ;;
81 no) debug_symbols=false ;;
84 [debug_symbols=false])
86 AM_CONDITIONAL(DEBUG_SYMBOLS, test x"$debug_symbols" = x"true")
/dports/devel/critcl/critcl-3.1.18.1/lib/app-critcl/tea/
H A DConfig.in32 debug_symbols -g
58 TEA debug_symbols @CFLAGS_DEBUG@
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/formats/macho/
H A Dfile.py29 debug_symbols = 10 variable in FileType
/dports/devel/libbson/libbson-1.8.1/build/autotools/
H A DReadCommandLineArguments.m444 AC_ARG_ENABLE(debug_symbols, optenable
/dports/devel/cpputest/cpputest-4.0/platforms/armcc/
H A DMakefile122 ARFLAGS := --debug_symbols
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-engine.cc781 const WasmDebugSymbols& debug_symbols = local
782 native_module->module()->debug_symbols;
783 if (debug_symbols.type == WasmDebugSymbols::Type::SourceMap &&
784 !debug_symbols.external_url.is_empty()) {
786 ModuleWireBytes(wire_bytes).GetNameOrNull(debug_symbols.external_url);
H A Dmodule-decoder.cc483 if (module_->debug_symbols.type == WasmDebugSymbols::Type::None) { in DecodeSection()
484 module_->debug_symbols = {WasmDebugSymbols::Type::EmbeddedDWARF, {}}; in DecodeSection()
1067 module_->debug_symbols.type != WasmDebugSymbols::Type::SourceMap) { in DecodeSourceMappingURLSection()
1068 module_->debug_symbols = {WasmDebugSymbols::Type::SourceMap, url}; in DecodeSourceMappingURLSection()
1080 module_->debug_symbols.type != WasmDebugSymbols::Type::SourceMap) { in DecodeExternalDebugInfoSection()
1081 module_->debug_symbols = {WasmDebugSymbols::Type::ExternalDWARF, url}; in DecodeExternalDebugInfoSection()
H A Dwasm-code-manager.cc230 const WasmDebugSymbols& debug_symbols = in LogCode() local
231 native_module()->module()->debug_symbols; in LogCode()
234 if (!source_map && debug_symbols.type == WasmDebugSymbols::Type::SourceMap && in LogCode()
235 !debug_symbols.external_url.is_empty() && load_wasm_source_map) { in LogCode()
237 wire_bytes.GetNameOrNull(debug_symbols.external_url); in LogCode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gn/
H A DBUILDCONFIG.gn184 "//gn:debug_symbols",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gn/
H A DBUILDCONFIG.gn182 "//gn:debug_symbols",
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/build/autotools/
H A DReadCommandLineArguments.m447 AC_ARG_ENABLE(debug_symbols, optenable
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-engine.cc821 const WasmDebugSymbols& debug_symbols = module->debug_symbols; in CreateWasmScript() local
822 if (debug_symbols.type == WasmDebugSymbols::Type::SourceMap && in CreateWasmScript()
823 !debug_symbols.external_url.is_empty()) { in CreateWasmScript()
825 ModuleWireBytes(wire_bytes).GetNameOrNull(debug_symbols.external_url); in CreateWasmScript()
H A Dmodule-decoder.cc500 if (module_->debug_symbols.type == WasmDebugSymbols::Type::None) { in DecodeSection()
501 module_->debug_symbols = {WasmDebugSymbols::Type::EmbeddedDWARF, {}}; in DecodeSection()
1170 module_->debug_symbols.type != WasmDebugSymbols::Type::SourceMap) { in DecodeSourceMappingURLSection()
1171 module_->debug_symbols = {WasmDebugSymbols::Type::SourceMap, url}; in DecodeSourceMappingURLSection()
1183 module_->debug_symbols.type != WasmDebugSymbols::Type::SourceMap) { in DecodeExternalDebugInfoSection()
1184 module_->debug_symbols = {WasmDebugSymbols::Type::ExternalDWARF, url}; in DecodeExternalDebugInfoSection()
/dports/devel/pyobfuscate/pyobfuscate-47cc6e49bf65649c9fc53fbf4ae7d6e23b565550/
H A Dpyobfuscate237 debug_symbols = []
238 if id in debug_symbols:
289 if id in debug_symbols:
/dports/devel/py-cle/cle-9.0.5405/cle/backends/elf/
H A Delf.py35 def __init__(self, *args, addend=None, debug_symbols=None, **kwargs): argument
143 if debug_symbols:
144 self.__process_debug_file(debug_symbols)
/dports/devel/cpputest/cpputest-4.0/platforms_examples/armcc/AT91SAM7A3/
H A DMakefile120 ARFLAGS = --debug_symbols

123