Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp1515 RemainingLoopCount(0), AdvanceAmount(0), RebaseType(0), in MachORebaseEntry()
1554 RebaseType = ImmValue; in moveNext()
1558 << "RebaseType=" << (int) RebaseType << "\n"); in moveNext()
1650 switch (RebaseType) { in typeName()
/external/llvm/include/llvm/Object/
DMachO.h132 uint8_t RebaseType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h201 uint8_t RebaseType = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp3082 RebaseType = ImmValue; in moveNext()
3083 if (RebaseType > MachO::REBASE_TYPE_TEXT_PCREL32) { in moveNext()
3085 Twine((int)RebaseType) + " for opcode at: 0x" + in moveNext()
3093 << "RebaseType=" << (int) RebaseType << "\n"); in moveNext()
3361 switch (RebaseType) { in typeName()
/external/llvm/include/llvm/Support/
DMachO.h224 enum RebaseType { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h224 enum RebaseType { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h224 enum RebaseType { enum