Searched refs:ByteArray (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 98 static bool ByteArrayFromString(ByteArrayTy &ByteArray, 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() 167 ByteArray.first.clear(); in disassemble() 168 ByteArray.second.clear(); in disassemble() 191 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble() 193 if (!ByteArray in disassemble() 100 ByteArrayFromString(ByteArrayTy & ByteArray,StringRef & Str,SourceMgr & SM) ByteArrayFromString() argument 164 ByteArrayTy ByteArray; disassemble() local [all...] |
/freebsd/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 679 ByteArray = GlobalAlias::create(Int8Ty, 0, GlobalValue::PrivateLinkage, in createBitSetTest() 680 "bits_use", ByteArray, &M); in createBitSetTest() 683 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
H A D | ModuleSummaryIndex.h | 1210 ByteArray, ///< Test a byte array (first example)
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3135 case TypeTestResolution::ByteArray: in getTTResKindName()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8929 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
|