Searched refs:BOB (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | executor_address.h | 176 static bool serialize(SPSOutputBuffer &BOB, const ExecutorAddr &EA) { in serialize() argument 177 return SPSArgList<uint64_t>::serialize(BOB, EA.getValue()); in serialize() 200 static bool serialize(SPSOutputBuffer &BOB, const ExecutorAddrRange &Value) { in serialize() argument 202 BOB, Value.Start, Value.End); in serialize()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorAddress.h | 194 static bool serialize(SPSOutputBuffer &BOB, const ExecutorAddr &EA) { in serialize() argument 195 return SPSArgList<uint64_t>::serialize(BOB, EA.getValue()); in serialize() 218 static bool serialize(SPSOutputBuffer &BOB, const ExecutorAddrRange &Value) { in serialize() argument 220 BOB, Value.Start, Value.End); in serialize()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | typedef-redecl.cpp | 5 typedef REALLY_INT BOB; typedef
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | generic-tables.td | 111 // CHECK: { "BOB", CBaz, 2 },
|