Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp434 if (auto *TLSDir = Obj->getTLSDirectory32()) in printTLSDirectory()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h1016 const coff_tls_directory32 *getTLSDirectory32() const { in getTLSDirectory32() function
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2061 printCOFFTLSDirectory(Obj->getTLSDirectory32()); in printCOFFTLSDirectory()