Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp102 static bool byteArrayFromString(ByteArrayTy &ByteArray, StringRef &Str, in byteArrayFromString() argument
137 ByteArray.first.clear(); in byteArrayFromString()
138 ByteArray.second.clear(); in byteArrayFromString()
142 ByteArray.first.push_back(ByteVal); in byteArrayFromString()
143 ByteArray.second.push_back(Value.data()); in byteArrayFromString()
178 ByteArrayTy ByteArray; in disassemble() local
183 ByteArray.first.clear(); in disassemble()
184 ByteArray.second.clear(); in disassemble()
207 ErrorOccurred |= byteArrayFromString(ByteArray, Str, SM, HexBytes); in disassemble()
209 if (!ByteArray.first.empty()) in disassemble()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp268 GlobalVariable *ByteArray; member
633 BAI->ByteArray = ByteArrayGlobal; in createByteArray()
661 auto ByteArray = in allocateByteArrays() local
671 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()
678 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays()
679 BAI->ByteArray->eraseFromParent(); in allocateByteArrays()
698 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local
704 ByteArray = GlobalAlias::create(Int8Ty, 0, GlobalValue::PrivateLinkage, in createBitSetTest()
705 "bits_use", ByteArray, &M); in createBitSetTest()
708 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h24 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
H A DModuleSummaryIndex.h1206 ByteArray, ///< Test a byte array (first example)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp170 return PyObjectType::ByteArray; in GetObjectType()
287 case PyObjectType::ByteArray: in CreateStructuredObject()
H A DPythonDataObjects.h95 ByteArray, enumerator
/freebsd/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/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3298 case TypeTestResolution::ByteArray: in getTTResKindName()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9256 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()