Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h203 bool isRelocatableObject() const override;
H A DObjectFile.h320 virtual bool isRelocatableObject() const = 0;
H A DELFObjectFile.h417 bool isRelocatableObject() const override;
1171 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
H A DMachO.h584 bool isRelocatableObject() const override;
H A DCOFF.h1067 bool isRelocatableObject() const override;
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1793 if (!Obj->isRelocatableObject()) { in disassembleObject()
1873 if (!Obj->isRelocatableObject()) in printRelocations()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp817 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1305 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
H A DWasmObjectFile.cpp1433 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
H A DMachOObjectFile.cpp4598 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile