Searched refs:ByteArray (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 254 GlobalVariable *ByteArray; member 616 BAI->ByteArray = ByteArrayGlobal; in createByteArray() 644 auto ByteArray = in allocateByteArrays() local 654 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays() 661 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays() 662 BAI->ByteArray->eraseFromParent(); in allocateByteArrays() 681 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local 939 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId() 952 if (TIL.TheKind == TypeTestResolution::ByteArray) { in exportTypeId() 1162 TIL.TheKind = TypeTestResolution::ByteArray; in lowerTypeTestCalls() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
| H A D | ModuleSummaryIndex.h | 913 ByteArray, ///< Test a byte array (first example)
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 166 return PyObjectType::ByteArray; in GetObjectType() 276 case PyObjectType::ByteArray: in CreateStructuredObject()
|
| H A D | PythonDataObjects.h | 107 ByteArray, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2999 case TypeTestResolution::ByteArray: in getTTResKindName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7906 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
|