Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h1171 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1433 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
H A DCOFFObjectFile.cpp1305 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
H A DMachOObjectFile.cpp4598 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile