Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp393 bool HasDebugSections = false; in modifyPassConfigForMachO() local
396 HasDebugSections = true; in modifyPassConfigForMachO()
400 if (HasDebugSections) { in modifyPassConfigForMachO()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp108 HasDebugSections = 1 << 1, enumerator
279 DebugObj->setFlags(HasDebugSections); in CreateArchType()
415 if (RequireDebugSections && !(**DebugObj).hasFlags(HasDebugSections)) { in notifyMaterializing()