Home
last modified time | relevance | path

Searched refs:ODR (Results 1 – 25 of 88) sorted by relevance

1234

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner.ll3 …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/
DDiagnosticASTKinds.td414 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/
DGlobalValue.h256 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/
DGlobalValue.h239 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/
DGlobalValue.h293 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/
DGlobalValue.h292 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/
Dasan_flags.inc131 "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/
DLTOVisibility.rst19 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/
Dmisc-definitions-in-headers.rst7 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
Dbugprone-suspicious-include.rst7 implementation file, which often leads to hard-to-track-down ODR violations.
/external/llvm-project/clang/docs/
DLTOVisibility.rst19 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/
Dweak_resolution.ll7 ; non-prevailing ODR are not kept when possible, but non-ODR non-prevailing
/external/tensorflow/tensorflow/core/profiler/builds/oss/
Dbuild_config.bzl15 code, without creating ODR violations in the dynamically linked case. The
/external/llvm-project/llvm/test/ThinLTO/X86/
Dweak_resolution.ll7 ; non-prevailing ODR are not kept when possible, but non-ODR non-prevailing
/external/llvm-project/lld/test/ELF/lto/
Dunnamed-addr-lib.ll11 ; We could add one extra bit for ODR so that we know that preemption is not
/external/angle/src/common/third_party/base/
DREADME.angle25 - the headers use namespace angle::base instead of base:: to avoid ODR
/external/tensorflow/third_party/googleapis/
Drepository_rules.bzl24 To avoid ODR violation, the cc proto libraries (*.pb.cc) must be
/external/perfetto/src/android_internal/
DREADME.md29 (e.g. base) are not allowed, as doing that would create ODR violations.
DBUILD.gn56 # This target should never depend on any other perfetto target to avoid ODR
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DFAQ.md73 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/
DFAQ.md73 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/
DFAQ.md73 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/
DFAQ.md73 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/
DFAQ.md73 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/
DDebugMode.rst32 ODR implications. Users should compile their whole program at the same

1234