Searched refs:ByteArray (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
H A D | Disassembler.cpp | 95 static bool ByteArrayFromString(ByteArrayTy &ByteArray, StringRef &Str, in ByteArrayFromString() argument 113 ByteArray.first.clear(); in ByteArrayFromString() 114 ByteArray.second.clear(); in ByteArrayFromString() 118 ByteArray.first.push_back(ByteVal); in ByteArrayFromString() 119 ByteArray.second.push_back(Value.data()); in ByteArrayFromString() 160 ByteArrayTy ByteArray; in disassemble() local 165 ByteArray.first.clear(); in disassemble() 166 ByteArray.second.clear(); in disassemble() 189 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble() 191 if (!ByteArray.first.empty()) in disassemble() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 249 GlobalVariable *ByteArray; member 610 BAI->ByteArray = ByteArrayGlobal; in createByteArray() 638 auto ByteArray = in allocateByteArrays() local 648 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays() 655 BAI->ByteArray->replaceAllUsesWith(Alias); in allocateByteArrays() 656 BAI->ByteArray->eraseFromParent(); in allocateByteArrays() 675 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local 681 ByteArray = GlobalAlias::create(Int8Ty, 0, GlobalValue::PrivateLinkage, in createBitSetTest() 682 "bits_use", ByteArray, &M); in createBitSetTest() 685 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
H A D | ModuleSummaryIndex.h | 911 ByteArray, ///< Test a byte array (first example)
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3011 case TypeTestResolution::ByteArray: in getTTResKindName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8205 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
|