Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcoff-load-config.test8 X86: LoadConfig [
53 X64: LoadConfig [
98 NOCONFIG-NOT: LoadConfig
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h784 const void *LoadConfig = nullptr; variable
879 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig); in getLoadConfig32()
884 return reinterpret_cast<const coff_load_configuration64 *>(LoadConfig); in getLoadConfig64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp660 LoadConfig = (const void *)IntPtr; in initLoadConfigPtr()