Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp25 ModuleSummaryIndexObjectFile::ModuleSummaryIndexObjectFile( in ModuleSummaryIndexObjectFile() function in ModuleSummaryIndexObjectFile
30 ModuleSummaryIndexObjectFile::~ModuleSummaryIndexObjectFile() {} in ~ModuleSummaryIndexObjectFile()
32 std::unique_ptr<ModuleSummaryIndex> ModuleSummaryIndexObjectFile::takeIndex() { in takeIndex()
37 ModuleSummaryIndexObjectFile::findBitcodeInObject(const ObjectFile &Obj) { in findBitcodeInObject()
51 ModuleSummaryIndexObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
72 bool ModuleSummaryIndexObjectFile::hasGlobalValueSummaryInMemBuffer( in hasGlobalValueSummaryInMemBuffer()
85 ErrorOr<std::unique_ptr<ModuleSummaryIndexObjectFile>>
86 ModuleSummaryIndexObjectFile::create( in create()
103 return llvm::make_unique<ModuleSummaryIndexObjectFile>(Object, in create()
117 ErrorOr<std::unique_ptr<object::ModuleSummaryIndexObjectFile>> ObjOrErr = in getModuleSummaryIndexForFile()
[all …]
DCMakeLists.txt12 ModuleSummaryIndexObjectFile.cpp
/external/llvm/include/llvm/Object/
DModuleSummaryIndexObjectFile.h31 class ModuleSummaryIndexObjectFile : public SymbolicFile {
35 ModuleSummaryIndexObjectFile(MemoryBufferRef Object,
37 ~ModuleSummaryIndexObjectFile() override;
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex(); in getIndex()
91 static ErrorOr<std::unique_ptr<ModuleSummaryIndexObjectFile>>
/external/llvm/tools/gold/
Dgold-plugin.cpp671 if (!object::ModuleSummaryIndexObjectFile::hasGlobalValueSummaryInMemBuffer( in getModuleSummaryIndexForFile()
675 ErrorOr<std::unique_ptr<object::ModuleSummaryIndexObjectFile>> ObjOrErr = in getModuleSummaryIndexForFile()
676 object::ModuleSummaryIndexObjectFile::create(BufferRef, in getModuleSummaryIndexForFile()
684 object::ModuleSummaryIndexObjectFile &Obj = **ObjOrErr; in getModuleSummaryIndexForFile()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp712 ErrorOr<std::unique_ptr<object::ModuleSummaryIndexObjectFile>> ObjOrErr = in getModuleSummaryIndexForFile()
713 object::ModuleSummaryIndexObjectFile::create(Buffer->getMemBufferRef(), in getModuleSummaryIndexForFile()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp493 ErrorOr<std::unique_ptr<object::ModuleSummaryIndexObjectFile>> ObjOrErr = in linkCombinedIndex()
494 object::ModuleSummaryIndexObjectFile::create(ModuleBuffer, in linkCombinedIndex()