Searched
full:common (Results
4776 -
4800 of
31397) sorted by null
<<191192193194195196197198199200>>
/external/llvm/test/ExecutionEngine/MCJIT/ |
pr13727.ll | 3 ; The intention of this test is to verify that symbols mapped to COMMON in ELF 25 @zero_int = common global i32 0, align 4 26 @zero_arr = common global [10 x i32] zeroinitializer, align 16 27 @zero_double = common global double 0.000000e+00, align 8
|
test-common-symbols.ll | 3 ; The intention of this test is to verify that symbols mapped to COMMON in ELF 25 @zero_int = common global i32 0, align 4 26 @zero_arr = common global [10 x i32] zeroinitializer, align 16 27 @zero_double = common global double 0.000000e+00, align 8
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
test-common-symbols-remote.ll | 3 ; The intention of this test is to verify that symbols mapped to COMMON in ELF 25 @zero_int = common global i32 0, align 4 26 @zero_arr = common global [10 x i32] zeroinitializer, align 16 27 @zero_double = common global double 0.000000e+00, align 8
|
/external/llvm/test/ExecutionEngine/ |
test-common-symbols.ll | 4 ; The intention of this test is to verify that symbols mapped to COMMON in ELF 26 @zero_int = common global i32 0, align 4 27 @zero_arr = common global [10 x i32] zeroinitializer, align 16 28 @zero_double = common global double 0.000000e+00, align 8
|
/external/llvm/test/MC/ELF/ |
common2.s | 3 // Test that the common symbols are placed at the end of .bss. In this example
|
/external/llvm/test/Transforms/IndVarSimplify/ |
udiv-invariant-but-traps.ll | 3 @b = common global i32 0, align 4
|
/external/llvm/test/Transforms/Inline/ |
blockaddress.ll | 9 @ptr1 = common global i8* null, align 8
|
/external/llvm/test/Transforms/LICM/ |
2011-07-06-Alignment.ll | 3 @A = common global [1024 x float] zeroinitializer, align 4
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
cost-model.ll | 6 @c = common global [2048 x i32] zeroinitializer, align 16 7 @b = common global [2048 x i32] zeroinitializer, align 16 8 @d = common global [2048 x i32] zeroinitializer, align 16 9 @a = common global [2048 x i32] zeroinitializer, align 16
|
/external/llvm/unittests/Transforms/ |
Makefile | 14 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/unittest/ |
Makefile | 13 include $(LEVEL)/Makefile.common
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zFolderInStream.h | 8 #include "../Common/InStreamWithCRC.h"
|
7zFolderOutStream.h | 8 #include "../Common/OutStreamWithCRC.h"
|
7zHeader.h | 6 #include "../../../Common/Types.h"
|
/external/lzma/CPP/7zip/Common/ |
InOutTempBuffer.h | 6 #include "../../Common/MyCom.h"
|
OffsetStream.cpp | 5 #include "Common/Defs.h"
|
/external/lzma/CPP/7zip/Compress/ |
BranchRegister.cpp | 5 #include "../Common/RegisterCodec.h"
|
Lzma2Decoder.h | 8 #include "../../Common/MyCom.h"
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.h | 6 #include "../../Common/CreateCoder.h"
|
IFileExtractCallback.h | 6 #include "Common/MyString.h"
|
/external/lzma/CPP/7zip/UI/Console/ |
makefile | 109 $(COMMON_OBJS): ../../../Common/$(*B).cpp
113 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
115 $(UI_COMMON_OBJS): ../Common/$(*B).cpp
117 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
|
/external/lzma/CPP/Common/ |
C_FileIO.h | 0 // Common/C_FileIO.h
|
CommandLineParser.h | 0 // Common/CommandLineParser.h
|
DynamicBuffer.h | 0 // Common/DynamicBuffer.h
|
/external/lzma/CPP/Windows/ |
DLL.h | 6 #include "../Common/MyString.h"
|
Completed in 1133 milliseconds
<<191192193194195196197198199200>>