Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp482 auto *LoadConf = Obj->getLoadConfig32(); in printLoadConfiguration()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1029 const coff_load_configuration32 *getLoadConfig32() const { in getLoadConfig32() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp809 auto Config = getLoadConfig32(); in initLoadConfigPtr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp848 printCOFFLoadConfig(Obj->getLoadConfig32(), Tables); in printCOFFLoadConfig()