Home
last modified time | relevance | path

Searched refs:BinaryData (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h64 struct BinaryData { struct
70 BinaryData packet;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp438 if (Data->BinaryData.size() == 1) { in createEmbedExpr()
440 llvm::APInt(CHAR_BIT, Data->BinaryData.back()), in createEmbedExpr()
453 Data->BinaryData, Context.UnsignedCharTy); in createEmbedExpr()
H A DParseExpr.cpp3608 Data->BinaryData.size() * 2 - 1), in injectEmbedTokens()
3609 Data->BinaryData.size() * 2 - 1); in injectEmbedTokens()
3611 for (auto &Byte : Data->BinaryData) { in injectEmbedTokens()
3617 if (I != ((Data->BinaryData.size() - 1) * 2)) { in injectEmbedTokens()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp976 for (auto Iter = Data->BinaryData.begin(), End = Data->BinaryData.end(); in PrintPreprocessedTokens()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp617 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in traverseSymbolsSubsection()
622 BinaryStreamReader Reader(BinaryData, llvm::endianness::little); in traverseSymbolsSubsection()
619 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), traverseSymbolsSubsection() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4828 StringLiteral *BinaryData; member
4829 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount()
4874 StringLiteral *getDataStringLiteral() const { return Data->BinaryData; } in getDataStringLiteral()
4909 StringRef DataRef = EExpr->Data->BinaryData->getBytes();
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1354 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection() local
1361 BinaryStreamReader Reader(BinaryData, llvm::endianness::little); in printCodeViewSymbolsSubsection()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3068 StringRef BinaryData; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3909 Data->BinaryData = BinaryContents; in HandleEmbedDirectiveImpl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1327 Data->BinaryData = cast<StringLiteral>(Record.readSubStmt()); in VisitEmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16569 StringLiteral *BinaryData) { in ActOnEmbedExpr() argument
16571 Data->BinaryData = BinaryData; in ActOnEmbedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7112 StringLiteral *BinaryData);