Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
68 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()
76 bool ELFDebugObjectSection<ELFT>::isTextOrDataSection() const { in isTextOrDataSection()
86 Error ELFDebugObjectSection<ELFT>::validateInBounds(StringRef Buffer, in validateInBounds()
108 void ELFDebugObjectSection<ELFT>::dump(raw_ostream &OS, StringRef Name) { in dump()
209 std::unique_ptr<ELFDebugObjectSection<ELFT>> Section);
295 auto Wrapped = std::make_unique<ELFDebugObjectSection<ELFT>>(&Header); in CreateArchType()
371 StringRef Name, std::unique_ptr<ELFDebugObjectSection<ELFT>> Section) { in recordSection()