Home
last modified time | relevance | path

Searched refs:FunctionIndexObjectFile (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Object/
DFunctionIndexObjectFile.cpp25 FunctionIndexObjectFile::FunctionIndexObjectFile( in FunctionIndexObjectFile() function in FunctionIndexObjectFile
29 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 …]
DCMakeLists.txt19 FunctionIndexObjectFile.cpp
DAndroid.mk13 FunctionIndexObjectFile.cpp \
/external/llvm/include/llvm/Object/
DFunctionIndexObjectFile.h31 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>>
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp364 ErrorOr<std::unique_ptr<object::FunctionIndexObjectFile>> ObjOrErr = in getFunctionIndexForFile()
365 object::FunctionIndexObjectFile::create(Buffer->getMemBufferRef(), in getFunctionIndexForFile()
/external/llvm/tools/gold/
Dgold-plugin.cpp579 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()