Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DDebugObjectManagerPlugin.cpp108 HasDebugSections = 1 << 1, enumerator
279 DebugObj->setFlags(HasDebugSections); in CreateArchType()
415 if (RequireDebugSections && !(**DebugObj).hasFlags(HasDebugSections)) { in notifyMaterializing()