OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiceRef
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
MachO.h
29
///
DiceRef
- This is a value type class that represents a single
31
class
DiceRef
{
36
DiceRef
() : OwningObject(NULL) { }
38
DiceRef
(DataRefImpl DiceP, const ObjectFile *Owner);
40
bool operator==(const
DiceRef
&Other) const;
41
bool operator<(const
DiceRef
&Other) const;
43
error_code getNext(
DiceRef
&Result) const;
52
typedef content_iterator<
DiceRef
> dice_iterator;
214
///
DiceRef
215
inline
DiceRef
::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
92
typedef std::pair<uint64_t,
DiceRef
> DiceTableEntry;
408
Dice.push_back(std::make_pair(SectAddress + Index,
DiceRef
()));
/external/llvm/lib/Object/
MachOObjectFile.cpp
[
all
...]
Completed in 50 milliseconds