Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h294 bool isRelocatableObject() const override;
DWasm.h204 bool isRelocatableObject() const override;
DObjectFile.h335 virtual bool isRelocatableObject() const = 0;
DELFObjectFile.h441 bool isRelocatableObject() const override;
1207 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
DMachO.h578 bool isRelocatableObject() const override;
DCOFF.h1071 bool isRelocatableObject() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp27 if (!Obj.isRelocatableObject()) in buildGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp402 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp1284 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
1844 if (Obj->isRelocatableObject()) in getContents()
DWasmObjectFile.cpp1538 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
DMachOObjectFile.cpp4635 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp360 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp797 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()