Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp399 bool HasDebugSections = false; in modifyPassConfigForMachO() local
402 HasDebugSections = true; in modifyPassConfigForMachO()
406 if (HasDebugSections) { in modifyPassConfigForMachO()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DDebugObjectManagerPlugin.cpp106 HasDebugSections = 1 << 1, enumerator
277 DebugObj->setFlags(HasDebugSections); in CreateArchType()
414 if (RequireDebugSections && !(**DebugObj).hasFlags(HasDebugSections)) { in notifyMaterializing()