/external/llvm/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
Comdat.h | 34 Largest, ///< The linker will choose the largest COMDAT.
|
/external/llvm/lib/Linker/ |
LinkModules.cpp | 105 /// This can happen with COFF's largest selection kind. 174 // Comdat::SelectionKind::Largest is a behavior that comes from COFF. 176 Dst == Comdat::SelectionKind::Largest; 178 Src == Comdat::SelectionKind::Largest; 180 if (Dst == Comdat::SelectionKind::Largest || 181 Src == Comdat::SelectionKind::Largest) 182 Result = Comdat::SelectionKind::Largest; 201 case Comdat::SelectionKind::Largest: 218 } else if (Result == Comdat::SelectionKind::Largest) {
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_freebsd.go | 40 _CTL_MAXNAME = C.CTL_MAXNAME // Largest number of components supported.
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_freebsd.go | 40 _CTL_MAXNAME = C.CTL_MAXNAME // Largest number of components supported.
|
/external/llvm/test/MC/Lanai/ |
memory.s | 95 ! Largest RM value before SLS encoding is used
|
/external/swiftshader/third_party/subzero/bloat/ |
webtreemap.js | 111 var rmax = rmin; // Largest child.
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 418 // Okay, find the largest type from the other set and remove anything the 420 // type size is larger than the scalar size of the largest type. For 422 // the size of the largest type. 425 MVT Largest = *std::max_element(Other.TypeVec.begin(), Other.TypeVec.end(), 432 [Largest](MVT OtherVT) { 434 if (OtherVT.isVector() != Largest.isVector()) 436 return OtherVT.getScalarSizeInBits() >= Largest.getScalarSizeInBits() || 437 OtherVT.getSizeInBits() > Largest.getSizeInBits(); [all...] |
/compatibility/cdd/7_hardware-compatibility/ |
7_1_display-and-graphics.md | 135 * Largest 1.45x
|
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 874 case Comdat::Largest: [all...] |
/build/soong/third_party/zip/ |
reader_test.go | 263 // Largest possible non-zip64 file, with no zip64 header.
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
reader_test.go | 310 // Largest possible non-zip64 file, with no zip64 header.
|