Searched refs:FunctionIndexObjectFile (Results 1 – 6 of 6) sorted by relevance
25 FunctionIndexObjectFile::FunctionIndexObjectFile( in FunctionIndexObjectFile() function in FunctionIndexObjectFile29 FunctionIndexObjectFile::~FunctionIndexObjectFile() {} in ~FunctionIndexObjectFile()31 std::unique_ptr<FunctionInfoIndex> FunctionIndexObjectFile::takeIndex() { in takeIndex()36 FunctionIndexObjectFile::findBitcodeInObject(const ObjectFile &Obj) { in findBitcodeInObject()53 FunctionIndexObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()74 bool FunctionIndexObjectFile::hasFunctionSummaryInMemBuffer( in hasFunctionSummaryInMemBuffer()86 ErrorOr<std::unique_ptr<FunctionIndexObjectFile>>87 FunctionIndexObjectFile::create(MemoryBufferRef Object, in create()104 return llvm::make_unique<FunctionIndexObjectFile>(Object, std::move(Index)); in create()110 std::error_code FunctionIndexObjectFile::findFunctionSummaryInMemBuffer( in findFunctionSummaryInMemBuffer()[all …]
19 FunctionIndexObjectFile.cpp
13 FunctionIndexObjectFile.cpp \
31 class FunctionIndexObjectFile : public SymbolicFile {35 FunctionIndexObjectFile(MemoryBufferRef Object,37 ~FunctionIndexObjectFile() override;63 return const_cast<FunctionIndexObjectFile *>(this)->getIndex(); in getIndex()89 static ErrorOr<std::unique_ptr<FunctionIndexObjectFile>>
364 ErrorOr<std::unique_ptr<object::FunctionIndexObjectFile>> ObjOrErr = in getFunctionIndexForFile()365 object::FunctionIndexObjectFile::create(Buffer->getMemBufferRef(), in getFunctionIndexForFile()
579 if (!object::FunctionIndexObjectFile::hasFunctionSummaryInMemBuffer( in getFunctionIndexForFile()583 ErrorOr<std::unique_ptr<object::FunctionIndexObjectFile>> ObjOrErr = in getFunctionIndexForFile()584 object::FunctionIndexObjectFile::create(BufferRef, diagnosticHandler); in getFunctionIndexForFile()590 object::FunctionIndexObjectFile &Obj = **ObjOrErr; in getFunctionIndexForFile()