Searched refs:ODR (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalValue.h | 113 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument 114 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage() 116 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument 117 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-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/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/skia/src/opts/ |
D | SkOpts_avx.cpp | 12 #error We have included ucrt\math.h without protecting it against ODR violation.
|
/external/skqp/src/opts/ |
D | SkOpts_avx.cpp | 12 #error We have included ucrt\math.h without protecting it against 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
|
D | alias_resolution.ll | 7 ; There is no importing going on with this IR, but let's check the ODR resolution for compile time
|
/external/llvm/test/Linker/ |
D | type-unique-odr-b.ll | 4 ; Test ODR-based type uniquing for C++ class members.
|
D | type-unique-odr-a.ll | 12 ; Test ODR-based type uniquing for C++ class members.
|
/external/llvm/test/DebugInfo/Generic/ |
D | cross-cu-linkonce-distinct.ll | 6 ; still fulfilling C++'s ODR by having identical token sequences) functions,
|
/external/google-benchmark/test/ |
D | CMakeLists.txt | 116 # LTO is enabled and -Werror is specified GCC diagnoses this ODR violation
|
/external/libcxx/utils/google-benchmark/test/ |
D | CMakeLists.txt | 116 # LTO is enabled and -Werror is specified GCC diagnoses this ODR violation
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-recursive-struct.ll | 7 ; streams even if the complete record types differ slightly due to ODR
|
/external/libcxx/ |
D | CMakeLists.txt | 486 # the dylib when get ODR used by another function.
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 210 whether a C++ template specialization is ODR-equivalent), but is not part of 241 share ODR-equivalent enable_if expressions, the overload resolution is 256 expression is ODR-equivalent for both declarations, but #1 does not have another 260 not ODR-equivalent.
|
/external/llvm/docs/ |
D | LangRef.rst | 266 "one definition rule" --- "ODR"). Such languages can use the 4057 ``offset:`` is the member's bit offset. If the composite type has an ODR 4081 If the source language supports ODR, the ``identifier:`` field gives the unique 4084 derived types <DIDerivedTypeMember>` that reference the ODR-type in their 4218 type with an ODR ``identifier:`` and that does not set ``flags: DIFwdDecl``,
|