Home
last modified time | relevance | path

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

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_i386.s55 .global relocations symbol
56 relocations: label
/external/llvm/include/llvm/Object/
DObjectFile.h102 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp99 typedef std::vector<COFFRelocation> relocations; typedef