Home
last modified time | relevance | path

Searched refs:external_relocations (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h478 iterator_range<relocation_iterator> external_relocations() const { in external_relocations() function
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp2955 for (const RelocationRef &Reloc : info->O->external_relocations()) { in SymbolizerGetOpInfo()