Searched refs:gsym (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h19 namespace gsym { namespace in namespace:llvm
46 } // namespace gsym
48 template <> struct DenseMapInfo<gsym::FileEntry> {
49 static inline gsym::FileEntry getEmptyKey() {
51 return gsym::FileEntry(key, key);
53 static inline gsym::FileEntry getTombstoneKey() {
55 return gsym::FileEntry(key, key);
57 static unsigned getHashValue(const gsym::FileEntry &Val) {
61 static bool isEqual(const gsym::FileEntry &LHS, const gsym
[all...]
H A DHeader.h21 namespace gsym { namespace in namespace:llvm
124 raw_ostream &operator<<(raw_ostream &OS, const llvm::gsym::Header &H);
126 } // namespace gsym
H A DGsymCreator.h29 namespace gsym { namespace in namespace:llvm
138 DenseMap<llvm::gsym::FileEntry, uint32_t> FileEntryToIndex;
139 std::vector<llvm::gsym::FileEntry> Files;
226 } // namespace gsym
H A DLineTable.h18 namespace gsym { namespace in namespace:llvm
119 typedef std::vector<gsym::LineEntry> Collection;
210 raw_ostream &operator<<(raw_ostream &OS, const gsym::LineTable &LT);
212 } // namespace gsym
H A DLineEntry.h15 namespace gsym { namespace in namespace:llvm
45 } // namespace gsym
H A DLookupResult.h19 namespace gsym { namespace in namespace:llvm
58 } // namespace gsym
H A DStringTable.h20 namespace gsym { namespace in namespace:llvm
51 } // namespace gsym
H A DGsymReader.h33 namespace gsym { namespace in namespace:llvm
153 /// Addresses are stored as offsets frrom the gsym::Header::BaseAddress.
163 /// byte offsets from the The gsym::Header::BaseAddress. The table is stored
179 /// byte address offsets from the The gsym::Header::BaseAddress. The table is
201 /// subtracting the gsym::Header::BaseAddress.
224 static llvm::Expected<llvm::gsym::GsymReader>
251 } // namespace gsym
H A DFileWriter.h22 namespace gsym { namespace in namespace:llvm
121 } // namespace gsym
H A DInlineInfo.h24 namespace gsym { namespace in namespace:llvm
179 } // namespace gsym
H A DRange.h26 namespace gsym { namespace in namespace:llvm
125 } // namespace gsym
H A DFunctionInfo.h23 namespace gsym { namespace in namespace:llvm
213 } // namespace gsym
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp17 using namespace gsym;
37 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) {
54 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) {
H A DRange.cpp17 using namespace gsym;
56 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const AddressRange &R) {
60 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const AddressRanges &AR) {
H A DHeader.cpp21 using namespace gsym;
23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) {
69 "not enough data for a gsym::Header");
101 bool llvm::gsym::operator==(const Header &LHS, const Header &RHS) {
H A DFileWriter.cpp16 using namespace gsym;
H A DFunctionInfo.cpp17 using namespace gsym;
27 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) {
H A DInlineInfo.cpp18 using namespace gsym;
21 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const InlineInfo &II) {
H A DGsymReader.cpp24 using namespace gsym;
49 llvm::Expected<llvm::gsym::GsymReader>
H A DLineTable.cpp14 using namespace gsym;
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) {
H A DGsymCreator.cpp21 using namespace gsym;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c394 unsigned char *gsym; local
425 gsym = NULL;
484 * Create bit vector gsym to mark global symbols, and symndx
494 gsym = calloc((sc + 7) / 8, sizeof(*gsym));
495 if (gsym == NULL)
574 BIT_SET(gsym, i);
642 if (gsym != NULL) {
644 if (!BIT_ISSET(gsym, i))
658 free(gsym);
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c861 asymbol *gsym;
873 gsym = group_signature (sec);
874 if (gsym != NULL)
875 gname = gsym->name;
2296 asymbol *gsym = group_signature (isection);
2298 if (gsym != NULL)
2299 gsym->flags |= BSF_KEEP;
859 asymbol *gsym; local
2294 asymbol *gsym = group_signature (isection); local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c3215 rtx gsym = rs6000_got_sym ();
3218 rs6000_emit_move (got, gsym, Pmode);
3230 first = emit_insn (gen_load_toc_v4_PIC_1b (tempLR, gsym));
3235 REG_NOTES (last) = gen_rtx_EXPR_LIST (REG_EQUAL, gsym,
3206 rtx gsym = rs6000_got_sym (); local

Completed in 336 milliseconds