Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp64 bool isTextOrDataSection() const;
70 if (isTextOrDataSection()) in setTargetMemoryRange()
76 bool ELFDebugObjectSection<ELFT>::isTextOrDataSection() const { in isTextOrDataSection() function in llvm::orc::ELFDebugObjectSection