Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h178 bool applyValidRelocs(MutableArrayRef<char> Data, uint64_t BaseOffset,
H A DDwarfLinkerForBinary.cpp759 bool DwarfLinkerForBinary::AddressManager::applyValidRelocs( in applyValidRelocs() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h86 virtual bool applyValidRelocs(MutableArrayRef<char> Data, uint64_t BaseOffset,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1387 ObjFile.Addresses->applyValidRelocs(DIECopy, Offset, in cloneDIE()