Home
last modified time | relevance | path

Searched refs:getBufferStart (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp42 return llvm::StringRef(m_pMemoryBuffer->getBufferStart() + pOffset, pLength); in request()
H A DFileOutputBuffer.cpp52 return MemoryRegion(getBufferStart() + pOffset, pLength); in request()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h36 uint8_t* getBufferStart() { in getBufferStart() function
/aosp12/system/extras/simpleperf/
H A DETMDecoder.cpp267 memcpy(p_buffer, memory->getBufferStart() + offset, copy_size); in ReadTargetMemory()
276 data.buffer = memory == nullptr ? nullptr : (memory->getBufferStart() + map->pgoff); in ReadTargetMemory()
853 memcpy(data, buffer_->getBufferStart() + offset, size); in ReadMem()
H A Dcmd_record.cpp1955 buffer->getBufferStart(), buffer->getBufferSize())) { in DumpDebugUnwindFeature()
/aosp12/frameworks/compile/libbcc/lib/
H A DSource.cpp152 … bcinfo::BitcodeWrapper(input_data->getBufferStart(), in CreateFromFile()
/aosp12/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp349 const char *bitcode = input_data->getBufferStart(); in main()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp869 uint8_t* data = pOutput.getBufferStart(); in normalSyncRelocationResult()
928 uint8_t* data = pOutput.getBufferStart(); in partialSyncRelocationResult()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3423 const unsigned char *BufPtr = (const unsigned char*)Buffer->getBufferStart(); in InitStreamFromBuffer()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3765 const unsigned char *BufPtr = (const unsigned char*)Buffer->getBufferStart(); in InitStreamFromBuffer()