Home
last modified time | relevance | path

Searched refs:RebaseType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp1415 RemainingLoopCount(0), AdvanceAmount(0), RebaseType(0), in MachORebaseEntry()
1454 RebaseType = ImmValue; in moveNext()
1458 << "RebaseType=" << (int) RebaseType << "\n"); in moveNext()
1550 switch (RebaseType) { in typeName()
/external/llvm/include/llvm/Object/
DMachO.h132 uint8_t RebaseType; variable
/external/llvm/include/llvm/Support/
DMachO.h266 enum RebaseType { enum