OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteArray
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
Disassembler.cpp
100
static bool ByteArrayFromString(ByteArrayTy &
ByteArray
,
119
ByteArray
.first.clear();
120
ByteArray
.second.clear();
124
ByteArray
.first.push_back(ByteVal);
125
ByteArray
.second.push_back(Value.data());
164
ByteArrayTy
ByteArray
;
169
ByteArray
.first.clear();
170
ByteArray
.second.clear();
193
ErrorOccurred |= ByteArrayFromString(
ByteArray
, Str, SM);
195
if (!
ByteArray
.first.empty()
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
Disassembler.cpp
95
static bool ByteArrayFromString(ByteArrayTy &
ByteArray
, StringRef &Str,
113
ByteArray
.first.clear();
114
ByteArray
.second.clear();
118
ByteArray
.first.push_back(ByteVal);
119
ByteArray
.second.push_back(Value.data());
160
ByteArrayTy
ByteArray
;
165
ByteArray
.first.clear();
166
ByteArray
.second.clear();
189
ErrorOccurred |= ByteArrayFromString(
ByteArray
, Str, SM);
191
if (!
ByteArray
.first.empty()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
249
GlobalVariable *
ByteArray
;
423
///
ByteArray
, Inline, AllOnes: log2 of the required global alignment
427
///
ByteArray
, Inline, AllOnes: one less than the size of the memory region
431
///
ByteArray
: the byte array to test the address against.
434
///
ByteArray
: the bit mask to apply to bytes loaded from the byte array.
610
BAI->
ByteArray
= ByteArrayGlobal;
638
auto
ByteArray
=
648
ByteArrayConst->getType(),
ByteArray
, Idxs);
655
BAI->
ByteArray
->replaceAllUsesWith(Alias);
656
BAI->
ByteArray
->eraseFromParent()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h
22
io.enumCase(value, "
ByteArray
", TypeTestResolution::
ByteArray
);
ModuleSummaryIndex.h
911
ByteArray
, ///< Test a byte array (first example)
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
171
ArrayRef<char>
ByteArray
(Bytes, ::SysStringByteLen(Value));
173
if (llvm::convertUTF16ToUTF8String(
ByteArray
, Result))
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
3011
case TypeTestResolution::
ByteArray
:
3012
return "
byteArray
";
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
8185
/// ( 'unsat' | '
byteArray
' | 'inline' | 'single' | 'allOnes' ) ','
8205
TTRes.TheKind = TypeTestResolution::
ByteArray
;
Completed in 31 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026