Home
last modified time | relevance | path

Searched refs:coff_load_configuration32 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h605 struct coff_load_configuration32 { struct
877 const coff_load_configuration32 *getLoadConfig32() const { in getLoadConfig32()
879 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig); in getLoadConfig32()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp318 auto *LoadConf = reinterpret_cast<const coff_load_configuration32 *>(IntPtr); in printLoadConfiguration()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp323 auto *LoadConf = reinterpret_cast<const coff_load_configuration32 *>(IntPtr); in printLoadConfiguration()
/external/llvm/include/llvm/Object/
DCOFF.h559 struct coff_load_configuration32 { struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp847 if (Conf->Size < offsetof(coff_load_configuration32, GuardCFCheckFunction)) in printCOFFLoadConfig()