Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp464 auto *LoadConf = Obj->getLoadConfig32(); in printLoadConfiguration()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h978 const coff_load_configuration32 *getLoadConfig32() const { in getLoadConfig32() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp846 printCOFFLoadConfig(Obj->getLoadConfig32(), Tables); in printCOFFLoadConfig()