Home
last modified time | relevance | path

Searched defs:relocations (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h114 iterator_range<relocation_iterator> relocations() const { in relocations() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp90 typedef std::vector<COFFRelocation> relocations; typedef