Searched refs:ByteArray (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 98 static bool ByteArrayFromString(ByteArrayTy &ByteArray, in ByteArrayFromString() argument 117 ByteArray.first.clear(); in ByteArrayFromString() 118 ByteArray.second.clear(); in ByteArrayFromString() 122 ByteArray.first.push_back(ByteVal); in ByteArrayFromString() 123 ByteArray.second.push_back(Value.data()); in ByteArrayFromString() 162 ByteArrayTy ByteArray; in disassemble() local 167 ByteArray.first.clear(); in disassemble() 168 ByteArray.second.clear(); in disassemble() 191 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble() 193 if (!ByteArray.first.empty()) in disassemble() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 255 GlobalVariable *ByteArray; member 608 BAI->ByteArray = ByteArrayGlobal; in createByteArray() 636 auto ByteArray = in allocateByteArrays() local 646 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays() 653 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays() 654 BAI->ByteArray->eraseFromParent(); in allocateByteArrays() 673 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local 931 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId() 944 if (TIL.TheKind == TypeTestResolution::ByteArray) { in exportTypeId() 1151 TIL.TheKind = TypeTestResolution::ByteArray; in lowerTypeTestCalls() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
| H A D | ModuleSummaryIndex.h | 1168 ByteArray, ///< Test a byte array (first example)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 172 return PyObjectType::ByteArray; in GetObjectType() 289 case PyObjectType::ByteArray: in CreateStructuredObject()
|
| H A D | PythonDataObjects.h | 95 ByteArray, enumerator
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3045 case TypeTestResolution::ByteArray: in getTTResKindName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8471 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
|