Home
last modified time | relevance | path

Searched defs:LE (Results 1 – 25 of 170) sorted by relevance

1234567

/external/llvm/unittests/Support/
DEndianStreamTest.cpp24 endian::Writer<little> LE(OS); in TEST() local
55 endian::Writer<little> LE(OS); in TEST() local
85 endian::Writer<little> LE(OS); in TEST() local
123 endian::Writer<little> LE(OS); in TEST() local
161 endian::Writer<little> LE(OS); in TEST() local
176 endian::Writer<little> LE(OS); in TEST() local
192 endian::Writer<little> LE(OS); in TEST() local
/external/llvm-project/llvm/unittests/Support/
DEndianStreamTest.cpp23 endian::Writer LE(OS, little); in TEST() local
54 endian::Writer LE(OS, little); in TEST() local
84 endian::Writer LE(OS, little); in TEST() local
122 endian::Writer LE(OS, little); in TEST() local
160 endian::Writer LE(OS, little); in TEST() local
175 endian::Writer LE(OS, little); in TEST() local
191 endian::Writer LE(OS, little); in TEST() local
/external/llvm-project/lldb/unittests/Utility/
DDataExtractorTest.cpp17 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
150 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
191 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
226 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
268 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
287 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
309 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
333 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
360 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
387 DataExtractor LE(buffer, sizeof(buffer), lldb::eByteOrderLittle, in TEST() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DComparison.java37 LE() { in LE() method
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp83 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in isLoopDead() local
176 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runImpl() local
197 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runImpl() local
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug-types-line-tables.s134 .LE: label
Ddebug-types-signature-loop.s85 .LE: label
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h169 void push(const LineEntry &LE) { in push()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h187 void push(const LineEntry &LE) { in push()
/external/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
262 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
449 bool LE = TM.isLittleEndian(); in createFPFnStub() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp189 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
267 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
457 bool LE = TM.isLittleEndian(); in createFPFnStub() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
262 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
449 bool LE = TM.isLittleEndian(); in createFPFnStub() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp112 LE = MD.live_end(PI); in finishAssembly() local
/external/llvm/unittests/LineEditor/
DLineEditor.cpp20 LineEditor *LE; member in LineEditorTest
/external/llvm-project/llvm/unittests/LineEditor/
DLineEditor.cpp19 LineEditor *LE; member in LineEditorTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp112 LE = MD.live_end(PI); in finishAssembly() local
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp116 LE = MD.live_end(PI); in finishAssembly() local
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp72 support::endian::Writer<support::little> LE; member in llvm::ProfOStream
97 endian::Writer<little> LE(Out); in EmitKeyDataLength() local
123 endian::Writer<little> LE(Out); in EmitData() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTX.h30 LE, enumerator
134 LE, enumerator

1234567