OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionIndexObjectFile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
FunctionIndexObjectFile.h
1
//===-
FunctionIndexObjectFile
.h - Function index file implementation -----===//
10
// This file declares the
FunctionIndexObjectFile
template class.
31
class
FunctionIndexObjectFile
: public SymbolicFile {
35
FunctionIndexObjectFile
(MemoryBufferRef Object,
37
~
FunctionIndexObjectFile
() override;
63
return const_cast<
FunctionIndexObjectFile
*>(this)->getIndex();
87
/// Return new
FunctionIndexObjectFile
instance containing parsed function
89
static ErrorOr<std::unique_ptr<
FunctionIndexObjectFile
>>
/external/llvm/lib/Object/
FunctionIndexObjectFile.cpp
1
//===-
FunctionIndexObjectFile
.cpp - Function index file implementation ---===//
10
// Part of the
FunctionIndexObjectFile
class implementation.
14
#include "llvm/Object/
FunctionIndexObjectFile
.h"
25
FunctionIndexObjectFile
::
FunctionIndexObjectFile
(
29
FunctionIndexObjectFile
::~
FunctionIndexObjectFile
() {}
31
std::unique_ptr<FunctionInfoIndex>
FunctionIndexObjectFile
::takeIndex() {
36
FunctionIndexObjectFile
::findBitcodeInObject(const ObjectFile &Obj) {
53
FunctionIndexObjectFile
::findBitcodeInMemBuffer(MemoryBufferRef Object)
[
all
...]
Completed in 51 milliseconds