Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h270 virtual bool isRelocatableObject() const = 0;
DELFObjectFile.h343 bool isRelocatableObject() const override;
923 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
DMachO.h417 bool isRelocatableObject() const override;
DCOFF.h782 bool isRelocatableObject() const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1084 if (!Obj->isRelocatableObject()) { in DisassembleObject()
1158 if (!Obj->isRelocatableObject()) in PrintRelocations()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1108 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
DMachOObjectFile.cpp2306 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile