Searched refs:getRelocationSymbol (Results 1 - 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h70 virtual error_code getRelocationSymbol(DataRefImpl Rel,
H A DObjectFile.h260 virtual error_code getRelocationSymbol(DataRefImpl Rel,
434 return OwningObject->getRelocationSymbol(RelocationPimpl, Result);
H A DCOFF.h123 virtual error_code getRelocationSymbol(DataRefImpl Rel,
/external/llvm/include/llvm/Object/
H A DObjectFile.h234 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
450 return OwningObject->getRelocationSymbol(RelocationPimpl);
H A DELF.h96 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, function in class:llvm::object::ELFFile
H A DMachO.h236 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
H A DELFObjectFile.h241 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 { function in class:llvm::object::ELFObjectFile
H A DCOFF.h748 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h399 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab);
H A DELFDumper.cpp2073 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable);
2081 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable);
2469 Sym = Obj->getRelocationSymbol(&R, SymTab);
3291 const Elf_Sym *Sym = Obj->getRelocationSymbol(&Rel, SymTab);
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp211 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab);
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp578 error_code COFFObjectFile::getRelocationSymbol(DataRefImpl Rel, function in class:COFFObjectFile
H A DELFObjectFile.cpp354 virtual error_code getRelocationSymbol(DataRefImpl Rel,
822 ::getRelocationSymbol(DataRefImpl Rel, function in class:ELFObjectFile
H A DMachOObjectFile.cpp561 error_code MachOObjectFile::getRelocationSymbol(DataRefImpl Rel, function in class:llvm::object::MachOObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1064 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp753 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { function in class:MachOObjectFile

Completed in 303 milliseconds