Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h983 const coff_load_configuration64 *getLoadConfig64() const { in getLoadConfig64() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp757 auto Config = getLoadConfig64(); in initLoadConfigPtr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp844 printCOFFLoadConfig(Obj->getLoadConfig64(), Tables); in printCOFFLoadConfig()