Home
last modified time | relevance | path

Searched refs:getAnyRelocationLength (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp359 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
371 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/external/llvm/include/llvm/Object/
DMachO.h158 unsigned getAnyRelocationLength(const macho::RelocationEntry &RE) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp295 unsigned Size = MachO->getAnyRelocationLength(RE); in processRelocationRef()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1123 bool isUpper = getAnyRelocationLength(RE) >> 1; in getRelocationValueString()
1425 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in llvm::object::MachOObjectFile