Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp182 class ELFDebugObject : public DebugObject { class
203 static Expected<std::unique_ptr<ELFDebugObject>>
210 ELFDebugObject(std::unique_ptr<WritableMemoryBuffer> Buffer, in ELFDebugObject() function in llvm::orc::ELFDebugObject
232 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 …]