Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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