Home
last modified time | relevance | path

Searched refs:isRelocatableObject (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h210 bool isRelocatableObject() const override;
H A DObjectFile.h346 virtual bool isRelocatableObject() const = 0;
H A DXCOFFObjectFile.h366 bool isRelocatableObject() const override;
H A DELFObjectFile.h446 bool isRelocatableObject() const override;
1324 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
H A DMachO.h579 bool isRelocatableObject() const override;
H A DCOFF.h1105 bool isRelocatableObject() const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp27 if (!Obj.isRelocatableObject()) in buildGraph()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1292 uint64_t RelAdjustment = Obj->isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()
1510 if (!Obj->isRelocatableObject()) { in disassembleObject()
1724 if (!Obj->isRelocatableObject()) in printRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1317 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
1872 if (Obj->isRelocatableObject()) in getContents()
H A DXCOFFObjectFile.cpp450 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1763 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
H A DMachOObjectFile.cpp4652 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp457 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp854 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
H A DDWARFContext.cpp1691 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()