Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp707 LoadConfig = (const void *)IntPtr; in initLoadConfigPtr()