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

  /external/llvm/include/llvm/Object/
FunctionIndexObjectFile.h 72 static ErrorOr<MemoryBufferRef> findBitcodeInObject(const ObjectFile &Obj);
IRObjectFile.h 60 static ErrorOr<MemoryBufferRef> findBitcodeInObject(const ObjectFile &Obj);
  /external/llvm/lib/Object/
FunctionIndexObjectFile.cpp 36 FunctionIndexObjectFile::findBitcodeInObject(const ObjectFile &Obj) {
65 return findBitcodeInObject(*ObjFile->get());
SymbolicFile.cpp 72 IRObjectFile::findBitcodeInObject(*Obj->get());
IRObjectFile.cpp 266 ErrorOr<MemoryBufferRef> IRObjectFile::findBitcodeInObject(const ObjectFile &Obj) {
294 return findBitcodeInObject(*ObjFile->get());

Completed in 247 milliseconds