HomeSort by relevance Sort by last modified time
    Searched refs:BufferID (Results 1 - 25 of 38) sorted by null

1 2

  /external/perfetto/include/perfetto/tracing/core/
basic_types.h 54 using BufferID = uint16_t;
57 static constexpr BufferID kMaxTraceBufferID = static_cast<BufferID>(-1);
shared_memory_arbiter.h 51 BufferID target_buffer) = 0;
service.h 97 BufferID target_buffer) = 0;
  /external/perfetto/src/tracing/core/
trace_writer_impl.h 36 TraceWriterImpl(SharedMemoryArbiterImpl*, WriterID, BufferID);
60 const BufferID target_buffer_;
shared_memory_arbiter_impl.h 81 BufferID target_buffer,
97 BufferID target_buffer = 0) override;
service_impl.h 76 std::unique_ptr<TraceWriter> CreateTraceWriter(BufferID) override;
151 BufferID,
236 // BufferID (shared namespace amongst all consumers). This vector has as
238 std::vector<BufferID> buffers_index;
284 TraceBuffer* GetBufferByID(BufferID);
296 IdAllocator<BufferID> buffer_ids_;
302 std::map<BufferID, std::unique_ptr<TraceBuffer>> buffers_;
trace_writer_impl_unittest.cc 41 std::unique_ptr<TraceWriter> CreateTraceWriter(BufferID) override {
75 const BufferID kBufId = 42;
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 84 unsigned SourceMgr::FindLineNumber(SMLoc Loc, int BufferID) const {
85 if (BufferID == -1) BufferID = FindBufferContainingLoc(Loc);
86 assert(BufferID != -1 && "Invalid Location!");
88 MemoryBuffer *Buff = getBufferInfo(BufferID).Buffer;
100 if (Cache->LastQueryBufferID == BufferID &&
118 Cache.LastQueryBufferID = BufferID;
  /external/llvm/lib/Support/
SourceMgr.cpp 77 SourceMgr::getLineAndColumn(SMLoc Loc, unsigned BufferID) const {
78 if (!BufferID)
79 BufferID = FindBufferContainingLoc(Loc);
80 assert(BufferID && "Invalid Location!");
82 const MemoryBuffer *Buff = getMemoryBuffer(BufferID);
95 if (Cache->LastQueryBufferID == BufferID &&
112 Cache.LastQueryBufferID = BufferID;
144 const char *BufferID = "<unknown>";
152 BufferID = CurMB->getBufferIdentifier();
193 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first
    [all...]
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.h 67 BufferID target_buffer) override;
  /external/perfetto/src/tracing/test/
mock_producer.h 39 BufferID target_buffer;
mock_producer.cc 87 auto target_buffer = static_cast<BufferID>(cfg.target_buffer());
110 BufferID buf_id = data_source_instances_[data_source_name].target_buffer;
  /external/llvm/include/llvm/Support/
SourceMgr.h 148 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
149 return getLineAndColumn(Loc, BufferID).first;
155 unsigned BufferID = 0) const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SourceMgr.h 143 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
144 return getLineAndColumn(Loc, BufferID).first;
150 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 149 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
150 return getLineAndColumn(Loc, BufferID).first;
156 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
SourceMgr.h 149 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
150 return getLineAndColumn(Loc, BufferID).first;
156 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
SourceMgr.h 149 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
150 return getLineAndColumn(Loc, BufferID).first;
156 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SourceMgr.h 150 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
151 return getLineAndColumn(Loc, BufferID).first;
157 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SourceMgr.h 150 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
151 return getLineAndColumn(Loc, BufferID).first;
157 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SourceMgr.h 150 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
151 return getLineAndColumn(Loc, BufferID).first;
157 unsigned BufferID = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SourceMgr.h 150 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
151 return getLineAndColumn(Loc, BufferID).first;
157 unsigned BufferID = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 149 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
150 return getLineAndColumn(Loc, BufferID).first;
156 unsigned BufferID = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
SourceMgr.h 149 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
150 return getLineAndColumn(Loc, BufferID).first;
156 unsigned BufferID = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
SourceMgr.h 149 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
150 return getLineAndColumn(Loc, BufferID).first;
156 unsigned BufferID = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
SourceMgr.h 150 unsigned FindLineNumber(SMLoc Loc, unsigned BufferID = 0) const {
151 return getLineAndColumn(Loc, BufferID).first;
157 unsigned BufferID = 0) const;

Completed in 295 milliseconds

1 2