Searched refs:getPlainRelocationSymbolNum (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h268 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo);
/external/llvm/include/llvm/Object/
H A DMachO.h318 unsigned getPlainRelocationSymbolNum(
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp758 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE);
1990 unsigned MachOObjectFile::getPlainRelocationSymbolNum( function in class:MachOObjectFile
2053 unsigned SecNum = getPlainRelocationSymbolNum(RE);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp654 uint32_t Val = O->getPlainRelocationSymbolNum(RE);
701 uint64_t Val = O->getPlainRelocationSymbolNum(RE);
H A DMachODump.cpp1972 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext);
2174 value = info->O->getPlainRelocationSymbolNum(RENext);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp567 W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE));

Completed in 106 milliseconds