Home
last modified time | relevance | path

Searched refs:isRelocatableObject (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h275 virtual bool isRelocatableObject() const = 0;
DELFObjectFile.h351 bool isRelocatableObject() const override;
962 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
DMachO.h417 bool isRelocatableObject() const override;
DCOFF.h885 bool isRelocatableObject() const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1233 if (!Obj->isRelocatableObject()) { in DisassembleObject()
1302 if (!Obj->isRelocatableObject()) in PrintRelocations()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1193 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
DMachOObjectFile.cpp2406 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile