/external/llvm-project/llvm/unittests/Support/ |
D | CRCTest.cpp | 23 EXPECT_EQ(0x414FA339U, llvm::crc32(arrayRefFromStringRef( in TEST() 28 EXPECT_EQ(0xCBF43926U, llvm::crc32(arrayRefFromStringRef("123456789"))); in TEST() 44 EXPECT_EQ(0x00000000U, llvm::crc32(arrayRefFromStringRef(""))); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 177 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout() 260 arrayRefFromStringRef(IS.Content->getBuffer()))); in commitInjectedSources() 293 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 176 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout() 259 arrayRefFromStringRef(IS.Content->getBuffer()))); in commitInjectedSources() 292 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | YAML.h | 76 BinaryRef(StringRef Data) : Data(arrayRefFromStringRef(Data)) {} in BinaryRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | YAML.h | 76 BinaryRef(StringRef Data) : Data(arrayRefFromStringRef(Data)) {} in BinaryRef()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolID.cpp | 17 auto Hash = llvm::SHA1::hash(llvm::arrayRefFromStringRef(USR)); in SymbolID()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 58 return writeBytes(arrayRefFromStringRef(Str)); in writeFixedString()
|
/external/llvm-project/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 58 return writeBytes(arrayRefFromStringRef(Str)); in writeFixedString()
|
D | DataExtractor.cpp | 199 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); in getLEB128()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | archive2yaml.cpp | 75 C.Content = arrayRefFromStringRef(Buffer.take_front(Size)); in dump()
|
/external/llvm-project/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 62 EXPECT_EQ(ExpectedEncoding, arrayRefFromStringRef(Buffer)); in verifyEncoding()
|
/external/llvm-project/llvm/lib/Object/ |
D | Minidump.cpp | 112 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer()); in create()
|
D | ELFObjectFile.cpp | 617 arrayRefFromStringRef(*PltContents), in getPltAddresses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Minidump.cpp | 112 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer()); in create()
|
D | ELFObjectFile.cpp | 432 arrayRefFromStringRef(*PltContents), in getPltAddresses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Minidump.h | 171 return arrayRefFromStringRef(Data.getBuffer()); in getData()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Minidump.h | 171 return arrayRefFromStringRef(Data.getBuffer()); in getData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 213 File.allocateArray(arrayRefFromStringRef(cast<TextContentStream>(S).Text)); in layout()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 213 File.allocateArray(arrayRefFromStringRef(cast<TextContentStream>(S).Text)); in layout()
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | COFFObjcopy.cpp | 49 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); in createGnuDebugLinkSectionContents()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 106 : BitcodeBytes(arrayRefFromStringRef(BitcodeBytes)) {} in SimpleBitstreamCursor()
|
/external/llvm-project/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 107 : BitcodeBytes(arrayRefFromStringRef(BitcodeBytes)) {} in SimpleBitstreamCursor()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | StringExtras.h | 60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() function
|
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | ProfiledBinary.cpp | 319 arrayRefFromStringRef(unwrapOrError(Section.getContents(), FileName)); in disassemble()
|