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

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp312 uint32_t Val = O->getPlainRelocationSymbolNum(RE);
352 uint64_t Val = O->getPlainRelocationSymbolNum(RE);
874 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE);
1689 unsigned MachOObjectFile::getPlainRelocationSymbolNum( function in class:llvm::object::MachOObjectFile
1747 unsigned SecNum = getPlainRelocationSymbolNum(RE) - 1;

Completed in 161 milliseconds