Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h815 const void *LoadConfig = nullptr; variable
923 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig); in getLoadConfig32()
928 return reinterpret_cast<const coff_load_configuration64 *>(LoadConfig); in getLoadConfig64()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp755 LoadConfig = (const void *)IntPtr; in initLoadConfigPtr()