Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h35 bool isRelocatableObject = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h63 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function
H A DELFObjectFile.h1506 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp738 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2123 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
H A DCOFFObjectFile.cpp1505 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
H A DMachOObjectFile.cpp5309 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile