Searched refs:StringRefMemoryObject (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
H A DStringRefMemoryObject.h1 //===- llvm/Support/StringRefMemoryObject.h ---------------------*- C++ -*-===//
24 /// StringRefMemoryObject - Simple StringRef-backed MemoryObject
25 class StringRefMemoryObject : public MemoryObject { class in namespace:llvm
29 StringRefMemoryObject(StringRef Bytes, uint64_t Base = 0) function in class:llvm::StringRefMemoryObject
/external/llvm/lib/Support/
H A DStringRefMemoryObject.cpp1 //===- lib/Support/StringRefMemoryObject.cpp --------------------*- C++ -*-===//
10 #include "llvm/Support/StringRefMemoryObject.h"
14 int StringRefMemoryObject::readByte(uint64_t Addr, uint8_t *Byte) const {
21 int StringRefMemoryObject::readBytes(uint64_t Addr,
H A DAndroid.mk69 StringRefMemoryObject.cpp \
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp324 StringRefMemoryObject memoryObject(Bytes);
H A Dllvm-objdump.cpp483 StringRefMemoryObject memoryObject(Bytes, SectionAddr);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp14 #include "llvm/Support/StringRefMemoryObject.h"
558 StringRefMemoryObject SectionBytes(SectionMem, 0);
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp27 #include "llvm/Support/StringRefMemoryObject.h"
109 StringRefMemoryObject memoryObject(Contents, StartAddr);

Completed in 1177 milliseconds