Home
last modified time | relevance | path

Searched defs:NMSymbol (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp306 struct NMSymbol { struct
307 uint64_t Address;
308 uint64_t Size;
309 char TypeChar;
310 std::string Name;
311 StringRef SectionName;
312 StringRef TypeName;
313 BasicSymbolRef Sym;
319 uint32_t SymFlags;
320 SectionRef Section;
[all …]