HomeSort by relevance Sort by last modified time
    Searched refs:getELFRelocationTypeName (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
ELF.h 39 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type);
548 return getELFRelocationTypeName(Header->e_machine, Type);
    [all...]
ELFObjectFile.h 633 return getELFRelocationTypeName(EF.getHeader()->e_machine, Type);
    [all...]
  /external/llvm/lib/Object/
ELF.cpp 19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) {
    [all...]

Completed in 27 milliseconds