Home
last modified time | relevance | path

Searched defs:isRelocatableObject (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h62 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function
H A DELFObjectFile.h1500 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp733 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2102 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
H A DCOFFObjectFile.cpp1411 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
H A DMachOObjectFile.cpp5315 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile