HomeSort by relevance Sort by last modified time
    Searched refs:createObjectFile (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 47 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef());
IRCompileLayer.h 132 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef());
  /external/llvm/lib/Object/
ObjectFile.cpp 51 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) {
90 ObjectFile::createObjectFile(StringRef ObjectPath) {
98 createObjectFile(Buffer->getMemBufferRef());
SymbolicFile.cpp 59 return ObjectFile::createObjectFile(Object, Type);
64 ObjectFile::createObjectFile(Object, Type);
Object.cpp 65 ObjectFile::createObjectFile(Buf->getMemBufferRef()));
IRObjectFile.cpp 283 ObjectFile::createObjectFile(Object, Type);
  /external/llvm/tools/llvm-cov/
TestingSupport.cpp 38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile);
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 103 object::ObjectFile::createObjectFile(*ErrOrMemBufferRef);
  /external/llvm/include/llvm/Object/
ObjectFile.h 179 /// Concrete instances of this object are created by createObjectFile, which
299 createObjectFile(StringRef ObjectPath);
302 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);
304 createObjectFile(MemoryBufferRef Object) {
305 return createObjectFile(Object, sys::fs::file_magic::unknown);
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 82 ObjectFile::createObjectFile(Buff->getMemBufferRef());
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 210 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
285 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
545 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 254 auto Obj = object::ObjectFile::createObjectFile(DWOPath);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 207 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef());
  /external/llvm/tools/lli/
lli.cpp 530 object::ObjectFile::createObjectFile(ExtraObjects[i]);

Completed in 5000 milliseconds