OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachORebaseEntry
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
MachO.h
103
///
MachORebaseEntry
encapsulates the current state in the decompression of
106
/// for (const llvm::object::
MachORebaseEntry
&Entry : Obj->rebaseTable()) {
108
class
MachORebaseEntry
{
110
MachORebaseEntry
(ArrayRef<uint8_t> opcodes, bool is64Bit);
116
bool operator==(const
MachORebaseEntry
&) const;
137
typedef content_iterator<
MachORebaseEntry
> rebase_iterator;
/external/llvm/lib/Object/
MachOObjectFile.cpp
[
all
...]
Completed in 1435 milliseconds