Home
last modified time | relevance | path

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

/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DCOFF_Thumb.s93 .global relocations symbol
94 relocations: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_i386.s57 .global relocations symbol
58 relocations: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_i386.s52 .global relocations symbol
53 relocations: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DCOFF_Thumb.s93 .global relocations symbol
94 relocations: label
/external/llvm/include/llvm/Object/
DObjectFile.h104 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h118 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp92 typedef std::vector<COFFRelocation> relocations; typedef
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp99 typedef std::vector<COFFRelocation> relocations; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp111 using relocations = std::vector<COFFRelocation>; typedef