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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 621 struct coff_load_configuration32 { struct in class:llvm::object::frame_type
825 // Either coff_load_configuration32 or coff_load_configuration64.
928 const coff_load_configuration32 *getLoadConfig32() const {
930 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 324 auto *LoadConf = reinterpret_cast<const coff_load_configuration32 *>(IntPtr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 865 if (Conf->Size < offsetof(coff_load_configuration32, GuardCFCheckFunction))

Completed in 17 milliseconds