Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp44 class ELFDebugObjectSection : public DebugObjectSection { class
48 ELFDebugObjectSection(const typename ELFT::Shdr *Header) in ELFDebugObjectSection() function in llvm::orc::ELFDebugObjectSection
63 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()
71 bool ELFDebugObjectSection<ELFT>::isTextOrDataSection() const { in isTextOrDataSection()
81 Error ELFDebugObjectSection<ELFT>::validateInBounds(StringRef Buffer, in validateInBounds()
103 void ELFDebugObjectSection<ELFT>::dump(raw_ostream &OS, StringRef Name) { in dump()
198 std::unique_ptr<ELFDebugObjectSection<ELFT>> Section);
279 auto Wrapped = std::make_unique<ELFDebugObjectSection<ELFT>>(&Header); in CreateArchType()
359 StringRef Name, std::unique_ptr<ELFDebugObjectSection<ELFT>> Section) { in recordSection()