| /llvm-project-15.0.7/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 100 static bool ByteArrayFromString(ByteArrayTy &ByteArray, in ByteArrayFromString() argument 119 ByteArray.first.clear(); in ByteArrayFromString() 120 ByteArray.second.clear(); in ByteArrayFromString() 124 ByteArray.first.push_back(ByteVal); in ByteArrayFromString() 125 ByteArray.second.push_back(Value.data()); in ByteArrayFromString() 164 ByteArrayTy ByteArray; in disassemble() local 169 ByteArray.first.clear(); in disassemble() 170 ByteArray.second.clear(); in disassemble() 193 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble() 195 if (!ByteArray.first.empty()) in disassemble() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 95 static bool ByteArrayFromString(ByteArrayTy &ByteArray, StringRef &Str, in ByteArrayFromString() argument 113 ByteArray.first.clear(); in ByteArrayFromString() 114 ByteArray.second.clear(); in ByteArrayFromString() 118 ByteArray.first.push_back(ByteVal); in ByteArrayFromString() 119 ByteArray.second.push_back(Value.data()); in ByteArrayFromString() 160 ByteArrayTy ByteArray; in disassemble() local 165 ByteArray.first.clear(); in disassemble() 166 ByteArray.second.clear(); in disassemble() 189 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble() 191 if (!ByteArray.first.empty()) in disassemble() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/Inputs/ |
| H A D | import.yaml | 17 Kind: ByteArray 24 Kind: ByteArray
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 255 GlobalVariable *ByteArray; member 586 BAI->ByteArray = ByteArrayGlobal; in createByteArray() 614 auto ByteArray = in allocateByteArrays() local 624 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays() 631 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays() 632 BAI->ByteArray->eraseFromParent(); in allocateByteArrays() 651 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local 909 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId() 922 if (TIL.TheKind == TypeTestResolution::ByteArray) { in exportTypeId() 1132 TIL.TheKind = TypeTestResolution::ByteArray; in lowerTypeTestCalls() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/ |
| H A D | export-bytearray.ll | 38 ; SUMMARY-NEXT: Kind: ByteArray 51 ; SUMMARY-NEXT: Kind: ByteArray
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
| H A D | ModuleSummaryIndex.h | 972 ByteArray, ///< Test a byte array (first example)
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 1311 inline raw_ostream &operator<<(raw_ostream &OS, const ArrayRef<T> &ByteArray) { 1313 for (const auto Byte : ByteArray) {
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 169 return PyObjectType::ByteArray; in GetObjectType() 280 case PyObjectType::ByteArray: in CreateStructuredObject()
|
| H A D | PythonDataObjects.h | 95 ByteArray, enumerator
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 171 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value)); in DumpDIAValue() local 173 if (llvm::convertUTF16ToUTF8String(ByteArray, Result)) in DumpDIAValue()
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 231 EXPECT_EQ(PyObjectType::ByteArray, python_bytes.GetObjectType()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2958 case TypeTestResolution::ByteArray: in getTTResKindName()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8040 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
|