Home
last modified time | relevance | path

Searched defs:DataBuffer (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h352 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer,const InstrProfCorrelator * Correlator,std::function<void (Error)> Warn) RawInstrProfReader() argument
481 std::vector<NamedInstrProfRecord> DataBuffer; global() variable
716 DataBuffer(std::move (DataBuffer)) DataBuffer() argument
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp367 initialize(std::unique_ptr<MemoryBuffer> DataBuffer) initialize() argument
650 peekBuildIds(MemoryBuffer * DataBuffer) peekBuildIds() argument
689 readRawProfile(std::unique_ptr<MemoryBuffer> DataBuffer) readRawProfile() argument
H A DInstrProfReader.cpp93 readBinaryIdsInternal(const MemoryBuffer & DataBuffer,ArrayRef<uint8_t> BinaryIdsBuffer,std::vector<llvm::object::BuildID> & BinaryIds,const llvm::endianness Endian) readBinaryIdsInternal() argument
490 hasFormat(const MemoryBuffer & DataBuffer) hasFormat() argument
1136 hasFormat(const MemoryBuffer & DataBuffer) hasFormat() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation.cpp561 struct DataBuffer { struct
562 mutable size_t Size;
H A Didentifier-naming-hungarian-notation-lower-case-prefix.cpp561 struct DataBuffer { struct
562 mutable size_t Size;
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h73 unsigned char DataBuffer[1]; global() member
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h69 class DataBuffer; variable