Searched refs:ELFDebugObject (Results 1 – 1 of 1) sorted by relevance
182 class ELFDebugObject : public DebugObject { class203 static Expected<std::unique_ptr<ELFDebugObject>>210 ELFDebugObject(std::unique_ptr<WritableMemoryBuffer> Buffer, in ELFDebugObject() function in llvm::orc::ELFDebugObject232 ELFDebugObject::CopyBuffer(MemoryBufferRef Buffer, Error &Err) { in CopyBuffer()246 Expected<std::unique_ptr<ELFDebugObject>>252 std::unique_ptr<ELFDebugObject> DebugObj( in CreateArchType()253 new ELFDebugObject(CopyBuffer(Buffer, Err), Ctx, ES)); in CreateArchType()318 ELFDebugObject::finalizeWorkingMemory(JITLinkContext &Ctx) { in finalizeWorkingMemory()358 Error ELFDebugObject::recordSection( in recordSection()369 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection()[all …]