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 | 438 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 D | ParseExpr.cpp | 3608 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 D | PrintPreprocessedOutput.cpp | 976 for (auto Iter = Data->BinaryData.begin(), End = Data->BinaryData.end(); in PrintPreprocessedTokens()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 617 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 D | Expr.h | 4828 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 D | COFFDumper.cpp | 1354 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 D | Preprocessor.h | 3068 StringRef BinaryData; member
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 3909 Data->BinaryData = BinaryContents; in HandleEmbedDirectiveImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1327 Data->BinaryData = cast<StringLiteral>(Record.readSubStmt()); in VisitEmbedExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 16569 StringLiteral *BinaryData) { in ActOnEmbedExpr() argument 16571 Data->BinaryData = BinaryData; in ActOnEmbedExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7112 StringLiteral *BinaryData);
|