Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h784 const debug_directory *DebugDirectoryEnd; variable
957 return DebugDirectoryEnd; in debug_directory_end()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp642 DebugDirectoryEnd = reinterpret_cast<const debug_directory *>( in initDebugDirectoryPtr()
674 DebugDirectoryBegin(nullptr), DebugDirectoryEnd(nullptr) { in COFFObjectFile()