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

  /external/llvm/include/llvm/Object/
ObjectFile.h 280 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
507 return OwningObject->getRelocationSymbol(RelocationPimpl);
MachO.h 109 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
ELF.h 319 getRelocationSymbol(const Elf_Shdr *RelSec, const RelT *Rel) const;
586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const {
    [all...]
COFF.h 407 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
ELFObjectFile.h 108 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
536 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const {
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 164 auto NamePair = Obj.getRelocationSymbol(Shdr, Rel);
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 381 ELF->getRelocationSymbol(&(*SI), &RelA);
ELFDumper.cpp 670 Obj->getRelocationSymbol(Sec, &Rel);
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 871 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const {
    [all...]
MachOObjectFile.cpp 869 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const {
    [all...]

Completed in 83 milliseconds