Home
last modified time | relevance | path

Searched refs:printLoaderSectionHeader (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp45 void printLoaderSectionHeader();
70 printLoaderSectionHeader(); in printPrivateHeaders()
267 void XCOFFDumper::printLoaderSectionHeader() { in printLoaderSectionHeader() function in __anona5aabe9e0111::XCOFFDumper
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp72 void printLoaderSectionHeader(uintptr_t LoaderSectAddr);
169 printLoaderSectionHeader(LoaderSectionAddr); in printLoaderSection()
180 void XCOFFDumper::printLoaderSectionHeader(uintptr_t LoaderSectionAddr) { in printLoaderSectionHeader() function in XCOFFDumper