HomeSort by: relevance | last modified time | path
    Searched defs:ByteArray (Results 1 - 4 of 4) 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/
ModuleSummaryIndex.h 911 ByteArray, ///< Test a byte array (first example)

Completed in 39 milliseconds