Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2472 bool *IsHeaderValid = nullptr) { in checkHashTable() argument
2479 if (IsHeaderValid) in checkHashTable()
2480 *IsHeaderValid = false; in checkHashTable()
2497 if (IsHeaderValid) in checkHashTable()
2513 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument
2519 if (IsHeaderValid) in checkGNUHashTable()
2536 bool IsHeaderValid; in printHashTable() local
2537 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()
2538 if (IsHeaderValid) { in printHashTable()
2592 bool IsHeaderValid; in printGnuHashTable() local
[all …]