Searched refs:BinaryData (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | GDBRemote.h | 64 struct BinaryData { struct 70 BinaryData packet;
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 390 if (Data->BinaryData.size() == 1) { in createEmbedExpr() 392 Context, llvm::APInt(CHAR_BIT, (unsigned char)Data->BinaryData.back()), in createEmbedExpr() 405 Data->BinaryData, Context.UnsignedCharTy); in createEmbedExpr()
|
| H A D | ParseExpr.cpp | 3146 Data->BinaryData.size() * 2 - 1), in injectEmbedTokens() 3147 Data->BinaryData.size() * 2 - 1); in injectEmbedTokens() 3149 for (auto &Byte : Data->BinaryData) { in injectEmbedTokens() 3155 if (I != ((Data->BinaryData.size() - 1) * 2)) { in injectEmbedTokens()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 612 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in traverseSymbolsSubsection() local 617 BinaryStreamReader Reader(BinaryData, llvm::endianness::little); in traverseSymbolsSubsection()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 975 for (unsigned char Byte : Data->BinaryData.bytes()) { in PrintPreprocessedTokens()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 5022 StringLiteral *BinaryData; member 5026 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount() 5071 StringLiteral *getDataStringLiteral() const { return Data->BinaryData; } in getDataStringLiteral() 5109 EExpr->Data->BinaryData->getCodeUnit(CurOffset),
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1400 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection() local 1407 BinaryStreamReader Reader(BinaryData, llvm::endianness::little); in printCodeViewSymbolsSubsection()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 3147 StringRef BinaryData; member
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 3927 Data->BinaryData = BinaryContents; in HandleEmbedDirectiveImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1341 Data->BinaryData = cast<StringLiteral>(Record.readSubStmt()); in VisitEmbedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 16939 StringLiteral *BinaryData, StringRef FileName) { in ActOnEmbedExpr() argument 16941 Data->BinaryData = BinaryData; in ActOnEmbedExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7537 StringLiteral *BinaryData, StringRef FileName);
|