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

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 123 virtual error_code getRelocationSymbol(DataRefImpl Rel,
MachO.h 70 virtual error_code getRelocationSymbol(DataRefImpl Rel,
ObjectFile.h 260 virtual error_code getRelocationSymbol(DataRefImpl Rel,
434 return OwningObject->getRelocationSymbol(RelocationPimpl, Result);
  /external/llvm/include/llvm/Object/
ObjectFile.h 234 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
450 return OwningObject->getRelocationSymbol(RelocationPimpl);
ELF.h 96 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel,
ELFObjectFile.h 241 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
646 // Error check sh_link here so that getRelocationSymbol can just use it.
680 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const {
MachO.h 236 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
COFF.h 748 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 399 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab);
ELFDumper.cpp     [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 211 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab);
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 578 error_code COFFObjectFile::getRelocationSymbol(DataRefImpl Rel,
ELFObjectFile.cpp 354 virtual error_code getRelocationSymbol(DataRefImpl Rel,
    [all...]
MachOObjectFile.cpp 561 error_code MachOObjectFile::getRelocationSymbol(DataRefImpl Rel,
  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
MachOObjectFile.cpp 753 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const {
    [all...]

Completed in 770 milliseconds