Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp402 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
HDWasmObjectFile.cpp1538 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
HDCOFFObjectFile.cpp1284 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
HDMachOObjectFile.cpp4635 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h1207 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function