Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h826 const void *LoadConfig = nullptr; variable
930 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig); in getLoadConfig32()
935 return reinterpret_cast<const coff_load_configuration64 *>(LoadConfig); in getLoadConfig64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp700 LoadConfig = (const void *)IntPtr; in initLoadConfigPtr()