Home
last modified time | relevance | path

Searched refs:ByteArray (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp100 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 DLowerTypeTests.cpp254 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 DModuleSummaryIndexYAML.h22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
H A DModuleSummaryIndex.h913 ByteArray, ///< Test a byte array (first example)
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp171 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 DPythonDataObjects.cpp166 return PyObjectType::ByteArray; in GetObjectType()
276 case PyObjectType::ByteArray: in CreateStructuredObject()
H A DPythonDataObjects.h107 ByteArray, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2999 case TypeTestResolution::ByteArray: in getTTResKindName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7906 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()