| /NextBSD/contrib/llvm/tools/llvm-cxxdump/ |
| HD | llvm-cxxdump.cpp | 137 StringRef Symbols[2]; in dumpCXXData() member 141 StringRef Symbols[1]; in dumpCXXData() member 145 StringRef Symbols[2]; in dumpCXXData() member 149 StringRef Symbols[1]; in dumpCXXData() member 165 StringRef Symbols[2]; in dumpCXXData() member 241 StringRef *I = std::begin(COL.Symbols), *E = std::end(COL.Symbols); in dumpCXXData() 252 StringRef *I = std::begin(CHD.Symbols), *E = std::end(CHD.Symbols); in dumpCXXData() 270 StringRef *I = std::begin(BCD.Symbols), *E = std::end(BCD.Symbols); in dumpCXXData() 285 StringRef *I = std::begin(TD.Symbols), *E = std::end(TD.Symbols); in dumpCXXData() 318 StringRef *I = std::begin(CT.Symbols), *E = std::end(CT.Symbols); in dumpCXXData() [all …]
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | RecordStreamer.cpp | 15 State &S = Symbols[Symbol.getName()]; in markDefined() 30 State &S = Symbols[Symbol.getName()]; in markGlobal() 46 State &S = Symbols[Symbol.getName()]; in markUsed() 63 return Symbols.begin(); in begin() 66 RecordStreamer::const_iterator RecordStreamer::end() { return Symbols.end(); } in end()
|
| HD | RecordStreamer.h | 21 StringMap<State> Symbols;
|
| HD | ELFYAML.cpp | 608 IO &IO, ELFYAML::LocalGlobalWeakSymbols &Symbols) { in mapping() argument 609 IO.mapOptional("Local", Symbols.Local); in mapping() 610 IO.mapOptional("Global", Symbols.Global); in mapping() 611 IO.mapOptional("Weak", Symbols.Weak); in mapping() 765 IO.mapOptional("Symbols", Object.Symbols); in mapping()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineModuleInfo.cpp | 58 TinyPtrVector<MCSymbol *> Symbols; member 100 if (!Entry.Symbols.empty()) { in getAddrLabelSymbolToEmit() 102 return Entry.Symbols; in getAddrLabelSymbolToEmit() 111 Entry.Symbols.push_back(Context.createTempSymbol()); in getAddrLabelSymbolToEmit() 112 return Entry.Symbols; in getAddrLabelSymbolToEmit() 137 assert(!Entry.Symbols.empty() && "Didn't have a symbol, why a callback?"); in UpdateForDeletedBlock() 143 for (MCSymbol *Sym : Entry.Symbols) { in UpdateForDeletedBlock() 159 assert(!OldEntry.Symbols.empty() && "Didn't have a symbol, why a callback?"); in UpdateForRAUWBlock() 164 if (NewEntry.Symbols.empty()) { in UpdateForRAUWBlock() 173 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(), in UpdateForRAUWBlock() [all …]
|
| /NextBSD/contrib/groff/doc/ |
| HD | groff-3 | 34 * ", at end of sentence <1>: Using Symbols. (line 272) 41 * ', at end of sentence <1>: Using Symbols. (line 272) 48 * ), at end of sentence <1>: Using Symbols. (line 272) 51 * *, at end of sentence <1>: Using Symbols. (line 272) 93 * \&, and glyph definitions: Using Symbols. (line 284) 177 * \e, and glyph definitions: Using Symbols. (line 284) 199 * \L, and glyph definitions: Using Symbols. (line 284) 200 * \l, and glyph definitions: Using Symbols. (line 284) 258 * ], at end of sentence <1>: Using Symbols. (line 272) 286 * adobe glyph list (AGL): Using Symbols. (line 94) [all …]
|
| HD | groff | 168 Node: Fonts and Symbols216572 172 Node: Using Symbols227002 173 Node: Using Symbols-Footnotes241711 174 Ref: Using Symbols-Footnote-1241778 175 Ref: Using Symbols-Footnote-2242231 176 Ref: Using Symbols-Footnote-3242302 177 Ref: Using Symbols-Footnote-4242541
|
| /NextBSD/tools/tools/locale/etc/ |
| HD | manual-input.UTF-8 | 427 * 0x20A0 - 0x20CF Currency Symbols 433 * 0x20D0 - 0x20FF Combining Diacritical Marks for Symbols 439 * 0x2100 - 0x214F Letterlike Symbols 629 * 0x27C0 - 0x27EF Miscellaneous Mathematical Symbols-A 653 * 0x2980 - 0x29FF Miscellaneouis Mathematical Symbols-B 665 * 0x2B00 - 0x2BFF Miscellaneous Symbols and Arrows 724 * 0x3000 - 0x30FF CJK Symbols and Punctuation 773 * 0x4DC0 - 0x4DFF Yijing Hexagram Symbols 932 * 0x1D100 - 0x1D1FF Musical Symbols 942 * 0x1D400 - 0x1D7FF Mathematical Alphanumeric Symbols [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Symbols.cpp | 171 Symbols::LocateExecutableObjectFile (const ModuleSpec &module_spec) in LocateExecutableObjectFile() 199 Symbols::LocateExecutableSymbolFile (const ModuleSpec &module_spec) in LocateExecutableSymbolFile() 281 Symbols::FindSymbolFileInBundle (const FileSpec& symfile_bundle, in FindSymbolFileInBundle() 290 Symbols::DownloadObjectAndSymbolFile (ModuleSpec &module_spec, bool force_lookup) in DownloadObjectAndSymbolFile()
|
| /NextBSD/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | LazyEmittingLayer.h | 193 auto Symbols = llvm::make_unique<StringMap<const GlobalValue*>>(); in buildMangledSymbols() local 199 if (auto GV = addGlobalValue(*Symbols, V, Mang, SearchName, in buildMangledSymbols() 204 if (auto GV = addGlobalValue(*Symbols, F, Mang, SearchName, in buildMangledSymbols() 209 MangledSymbols = std::move(Symbols); in buildMangledSymbols()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 40 Symbols(Allocator), UsedNames(Allocator), in MCContext() 84 Symbols.clear(); in reset() 118 MCSymbol *&Sym = Symbols[NameRef]; in getOrCreateSymbol() 132 MCSymbol *&OldSym = Symbols[Name]; in getOrCreateSectionSymbol() 265 return Symbols.lookup(NameRef); in lookupSymbol()
|
| HD | WinCOFFObjectWriter.cpp | 127 symbols Symbols; member in __anon23f9e83e0111::WinCOFFObjectWriter 142 Symbols.clear(); in reset() 272 return createCOFFEntity<COFFSymbol>(Name, Symbols); in createSymbol() 280 createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols); in GetOrCreateCOFFSymbol() 883 for (auto &Symbol : Symbols) { in writeObject() 901 for (const auto &S : Symbols) in writeObject() 909 for (auto &S : Symbols) in writeObject() 914 for (auto &Symbol : Symbols) { in writeObject() 1077 for (auto &Symbol : Symbols) in writeObject()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCAssembler.h | 582 SymbolDataListType Symbols; 775 symbol_iterator symbol_begin() { return Symbols.begin(); } 776 const_symbol_iterator symbol_begin() const { return Symbols.begin(); } 778 symbol_iterator symbol_end() { return Symbols.end(); } 779 const_symbol_iterator symbol_end() const { return Symbols.end(); } 786 size_t symbol_size() const { return Symbols.size(); }
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 849 std::vector<std::pair<uint64_t, StringRef>> Symbols; in DisassembleObject() local 863 Symbols.push_back(std::make_pair(Address, *Name)); in DisassembleObject() 868 array_pod_sort(Symbols.begin(), Symbols.end()); in DisassembleObject() 897 if (Symbols.empty() || Symbols[0].first != 0) in DisassembleObject() 898 Symbols.insert(Symbols.begin(), std::make_pair(0, name)); in DisassembleObject() 915 for (unsigned si = 0, se = Symbols.size(); si != se; ++si) { in DisassembleObject() 917 uint64_t Start = Symbols[si].first; in DisassembleObject() 919 uint64_t End = (si == se - 1) ? SectSize : Symbols[si + 1].first; in DisassembleObject() 924 outs() << '\n' << Symbols[si].second << ":\n"; in DisassembleObject()
|
| /NextBSD/contrib/llvm/tools/llvm-pdbdump/ |
| HD | llvm-pdbdump.cpp | 66 cl::opt<bool> Symbols("symbols", cl::desc("Display symbols for each compiland"), variable 192 if (opts::Symbols) { in dumpInput() 258 opts::Symbols = true; in main()
|
| HD | llvm-pdbdump.h | 18 extern llvm::cl::opt<bool> Symbols;
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXAsmPrinter.h | 89 SmallVector<const Value *, 4> Symbols; variable 133 Symbols.push_back(GVar); in addSymbol() 157 const Value *v = Symbols[nSym]; in print()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Symbols.h | 23 class Symbols
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | llvm-readobj.cpp | 98 cl::opt<bool> Symbols("symbols", variable 102 cl::aliasopt(Symbols)); 295 if (opts::Symbols) in dumpObject()
|
| HD | llvm-readobj.h | 35 extern llvm::cl::opt<bool> Symbols;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| HD | BugReporter.h | 86 typedef llvm::DenseSet<SymbolRef> Symbols; typedef 94 SmallVector<Symbols *, 2> interestingSymbols; 138 Symbols &getInterestingSymbols();
|
| /NextBSD/lib/clang/liblldbHostCommon/ |
| HD | Makefile | 30 Symbols.cpp \
|
| /NextBSD/contrib/binutils/bfd/doc/ |
| HD | bfd.texinfo | 186 some symbol information (@pxref{Symbols}). 207 * Symbols:: 247 @node Sections, Symbols, Initialization, BFD front end 250 @node Symbols, Archives, Sections, BFD front end 253 @node Archives, Formats, Symbols, BFD front end
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ELFYAML.h | 173 LocalGlobalWeakSymbols Symbols; member 294 static void mapping(IO &IO, ELFYAML::LocalGlobalWeakSymbols &Symbols); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /NextBSD/gnu/usr.bin/rcs/lib/ |
| HD | rcssyn.c | 195 struct assoc * Symbols; variable 277 LastSymbol = &Symbols; in getadmin()
|