HomeSort by: relevance | last modified time | path
    Searched refs:LoadConfig (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 826 const void *LoadConfig = nullptr;
930 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig);
935 return reinterpret_cast<const coff_load_configuration64 *>(LoadConfig);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 700 LoadConfig = (const void *)IntPtr;

Completed in 28 milliseconds