reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/Object/ELFObjectFile.h
  441   bool isRelocatableObject() const override;
 1205 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const {
lib/Object/COFFObjectFile.cpp
 1284 bool COFFObjectFile::isRelocatableObject() const {
lib/Object/MachOObjectFile.cpp
 4631 bool MachOObjectFile::isRelocatableObject() const {
lib/Object/WasmObjectFile.cpp
 1535 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; }
lib/Object/XCOFFObjectFile.cpp
  376 bool XCOFFObjectFile::isRelocatableObject() const {

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  795     IsObjectFile = F->isRelocatableObject();
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  360   if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject())
tools/llvm-objdump/llvm-objdump.cpp
 1442             if (!Obj->isRelocatableObject()) {
 1613   if (!Obj->isRelocatableObject())
unittests/ObjectYAML/YAML2ObjTest.cpp
   37   ASSERT_TRUE(Obj->isRelocatableObject());