/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | machine-outliner.ll | 3 …r -enable-linkonceodr-outlining -mtriple=aarch64-apple-darwin < %s | FileCheck %s -check-prefix=ODR 19 ; ODR: [[OUTLINED:OUTLINED_FUNCTION_[0-9]+]] 37 ; ODR-LABEL: _turtle: 57 ; ODR: [[OUTLINED]] 76 ; ODR: [[OUTLINED]] 92 ; ODR: [[OUTLINED]]:
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 414 InGroup<ODR>; 419 InGroup<ODR>; 427 InGroup<ODR>; 434 InGroup<ODR>; 456 InGroup<ODR>; 465 InGroup<ODR>; 470 InGroup<ODR>; 479 InGroup<ODR>; 486 InGroup<ODR>; 493 InGroup<ODR>; [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 256 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument 257 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage() 259 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument 260 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 239 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument 240 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage() 242 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument 243 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 293 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument 294 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage() 296 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument 297 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalValue.h | 292 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument 293 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage() 295 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument 296 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 131 "If >=2, detect violation of One-Definition-Rule (ODR); " 132 "If ==1, detect ODR-violation only if the two variables " 141 "Use special ODR indicator symbol for ODR violation detection")
|
/external/clang/docs/ |
D | LTOVisibility.rst | 19 ODR violation to define a class with hidden LTO visibility in multiple linkage 23 visibility. A class's LTO visibility is treated as an ODR-relevant property 48 visibility in order to avoid an ODR violation. 103 an ODR violation.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | misc-definitions-in-headers.rst | 7 which can lead to potential ODR violations in case these headers are included 24 // Although these might also cause ODR violations, we can be less certain and
|
D | bugprone-suspicious-include.rst | 7 implementation file, which often leads to hard-to-track-down ODR violations.
|
/external/llvm-project/clang/docs/ |
D | LTOVisibility.rst | 19 devirtualization or control flow integrity features, it is effectively an ODR 24 visibility. A class's LTO visibility is treated as an ODR-relevant property 59 visibility in order to avoid an ODR violation. 114 an ODR violation.
|
/external/llvm/test/ThinLTO/X86/ |
D | weak_resolution.ll | 7 ; non-prevailing ODR are not kept when possible, but non-ODR non-prevailing
|
/external/tensorflow/tensorflow/core/profiler/builds/oss/ |
D | build_config.bzl | 15 code, without creating ODR violations in the dynamically linked case. The
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | weak_resolution.ll | 7 ; non-prevailing ODR are not kept when possible, but non-ODR non-prevailing
|
/external/llvm-project/lld/test/ELF/lto/ |
D | unnamed-addr-lib.ll | 11 ; We could add one extra bit for ODR so that we know that preemption is not
|
/external/angle/src/common/third_party/base/ |
D | README.angle | 25 - the headers use namespace angle::base instead of base:: to avoid ODR
|
/external/tensorflow/third_party/googleapis/ |
D | repository_rules.bzl | 24 To avoid ODR violation, the cc proto libraries (*.pb.cc) must be
|
/external/perfetto/src/android_internal/ |
D | README.md | 29 (e.g. base) are not allowed, as doing that would create ODR violations.
|
D | BUILD.gn | 56 # This target should never depend on any other perfetto target to avoid ODR
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | FAQ.md | 73 Rule](https://en.wikipedia.org/wiki/One_Definition_Rule) (ODR). C++ doesn't 74 allow multiple definitions of the same class/function/variable/enum, etc. ODR 76 violations. Uncaught ODR violations can result in strange runtime behaviors or
|
/external/webrtc/third_party/abseil-cpp/ |
D | FAQ.md | 73 Rule](https://en.wikipedia.org/wiki/One_Definition_Rule) (ODR). C++ doesn't 74 allow multiple definitions of the same class/function/variable/enum, etc. ODR 76 violations. Uncaught ODR violations can result in strange runtime behaviors or
|
/external/abseil-cpp/ |
D | FAQ.md | 73 Rule](https://en.wikipedia.org/wiki/One_Definition_Rule) (ODR). C++ doesn't 74 allow multiple definitions of the same class/function/variable/enum, etc. ODR 76 violations. Uncaught ODR violations can result in strange runtime behaviors or
|
/external/libtextclassifier/abseil-cpp/ |
D | FAQ.md | 73 Rule](https://en.wikipedia.org/wiki/One_Definition_Rule) (ODR). C++ doesn't 74 allow multiple definitions of the same class/function/variable/enum, etc. ODR 76 violations. Uncaught ODR violations can result in strange runtime behaviors or
|
/external/openscreen/third_party/abseil/src/ |
D | FAQ.md | 73 Rule](https://en.wikipedia.org/wiki/One_Definition_Rule) (ODR). C++ doesn't 74 allow multiple definitions of the same class/function/variable/enum, etc. ODR 76 violations. Uncaught ODR violations can result in strange runtime behaviors or
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 32 ODR implications. Users should compile their whole program at the same
|