Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt38 llvm-project/llvm/test/DebugInfo/LogicalView/ELFReader.test
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1019 class ELFReader : public Reader {
1025 explicit ELFReader(Binary *B, std::optional<StringRef> ExtractPartition) in ELFReader() function
H A DELFObjcopy.cpp826 ELFReader Reader(&In, Config.ExtractPartition); in executeObjcopyOnBinary()
H A DELFObject.cpp1956 Expected<std::unique_ptr<Object>> ELFReader::create(bool EnsureSymtab) const { in create()