Searched defs:isRelocatableObject (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 59 bool isRelocatableObject() const override { return true; } isRelocatableObject() function |
H A D | ELFObjectFile.h | 1426 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { isRelocatableObject() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1920 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } isRelocatableObject() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 727 bool XCOFFObjectFile::isRelocatableObject() const { isRelocatableObject() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 1427 bool COFFObjectFile::isRelocatableObject() const { isRelocatableObject() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 5311 bool MachOObjectFile::isRelocatableObject() const { isRelocatableObject() function in MachOObjectFile |