Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h210 bool isRelocatableObject() const override;
H A DXCOFFObjectFile.h321 bool isRelocatableObject() const override;
H A DObjectFile.h343 virtual bool isRelocatableObject() const = 0;
H A DELFObjectFile.h446 bool isRelocatableObject() const override;
1320 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp27 if (!Obj.isRelocatableObject()) in buildGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1310 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
1865 if (Obj->isRelocatableObject()) in getContents()
H A DXCOFFObjectFile.cpp448 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1762 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
H A DMachOObjectFile.cpp4646 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp457 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1435 if (!Obj->isRelocatableObject()) { in disassembleObject()
1643 if (!Obj->isRelocatableObject()) in printRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp854 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()