Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp463 if (auto *TLSDir = Obj->getTLSDirectory32()) in printTLSDirectory()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1131 const coff_tls_directory32 *getTLSDirectory32() const { in getTLSDirectory32() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2275 printCOFFTLSDirectory(Obj->getTLSDirectory32()); in printCOFFTLSDirectory()