Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h59 bool isRelocatableObject() const override { return true; } isRelocatableObject() function
H A DELFObjectFile.h1426 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { isRelocatableObject() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1920 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } isRelocatableObject() function in WasmObjectFile
H A DXCOFFObjectFile.cpp727 bool XCOFFObjectFile::isRelocatableObject() const { isRelocatableObject() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1427 bool COFFObjectFile::isRelocatableObject() const { isRelocatableObject() function in COFFObjectFile
H A DMachOObjectFile.cpp5311 bool MachOObjectFile::isRelocatableObject() const { isRelocatableObject() function in MachOObjectFile