Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp49 class ELFDebugObjectSection : public DebugObjectSection { class
53 ELFDebugObjectSection(const typename ELFT::Shdr *Header) in ELFDebugObjectSection() function in llvm::orc::ELFDebugObjectSection
66 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()
73 Error ELFDebugObjectSection<ELFT>::validateInBounds(StringRef Buffer, in validateInBounds()
95 void ELFDebugObjectSection<ELFT>::dump(raw_ostream &OS, StringRef Name) { in dump()
203 std::unique_ptr<ELFDebugObjectSection<ELFT>> Section);
288 auto Wrapped = std::make_unique<ELFDebugObjectSection<ELFT>>(&Header); in CreateArchType()
357 StringRef Name, std::unique_ptr<ELFDebugObjectSection<ELFT>> Section) { in recordSection()