Home
last modified time | relevance | path

Searched refs:StringRefMemoryObject (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.h27 class StringRefMemoryObject : public MemoryObject {
31 StringRefMemoryObject(StringRef bytes) : Bytes(bytes) {} in StringRefMemoryObject() function
Dllvm-objdump.cpp252 StringRefMemoryObject memoryObject(Bytes); in DisassembleObject()
DMachODump.cpp414 StringRefMemoryObject memoryObject(Bytes); in DisassembleInputMachO()