Searched refs:ByteArray (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 101 static bool ByteArrayFromString(ByteArrayTy &ByteArray, in ByteArrayFromString() argument 120 ByteArray.first.clear(); in ByteArrayFromString() 121 ByteArray.second.clear(); in ByteArrayFromString() 125 ByteArray.first.push_back(ByteVal); in ByteArrayFromString() 126 ByteArray.second.push_back(Value.data()); in ByteArrayFromString() 169 ByteArrayTy ByteArray; in disassemble() local 174 ByteArray.first.clear(); in disassemble() 175 ByteArray.second.clear(); in disassemble() 198 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble() 200 if (!ByteArray.first.empty()) in disassemble() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 239 GlobalVariable *ByteArray; member 546 BAI->ByteArray = ByteArrayGlobal; in createByteArray() 574 auto ByteArray = in allocateByteArrays() local 584 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays() 591 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays() 592 BAI->ByteArray->eraseFromParent(); in allocateByteArrays() 611 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local 860 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId() 873 if (TIL.TheKind == TypeTestResolution::ByteArray) { in exportTypeId() 1085 TIL.TheKind = TypeTestResolution::ByteArray; in lowerTypeTestCalls() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 80 return PyObjectType::ByteArray; in GetObjectType() 191 case PyObjectType::ByteArray: in CreateStructuredObject()
|
| H A D | PythonDataObjects.h | 66 ByteArray, enumerator
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
| H A D | ModuleSummaryIndex.h | 705 ByteArray, ///< Test a byte array (first example)
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 172 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value)); in DumpDIAValue() local 174 if (llvm::convertUTF16ToUTF8String(ByteArray, Result)) in DumpDIAValue()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2732 case TypeTestResolution::ByteArray: in getTTResKindName()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7271 TTRes.TheKind = TypeTestResolution::ByteArray; in ParseTypeTestResolution()
|