Home
last modified time | relevance | path

Searched refs:gsym (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h18 namespace gsym {
47 template <> struct DenseMapInfo<gsym::FileEntry> {
48 static inline gsym::FileEntry getEmptyKey() {
50 return gsym::FileEntry(key, key);
52 static inline gsym::FileEntry getTombstoneKey() {
54 return gsym::FileEntry(key, key);
56 static unsigned getHashValue(const gsym::FileEntry &Val) {
60 static bool isEqual(const gsym::FileEntry &LHS, const gsym::FileEntry &RHS) {
H A DLineTable.h19 namespace gsym {
120 typedef std::vector<gsym::LineEntry> Collection;
229 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, const gsym::LineTable &LT);
H A DGsymCreator.h30 namespace gsym {
141 DenseMap<llvm::gsym::FileEntry, uint32_t> FileEntryToIndex;
144 std::vector<llvm::gsym::FileEntry> Files;
H A DHeader.h22 namespace gsym {
125 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, const llvm::gsym::Header &H);
H A DObjectFileTransformer.h21 namespace gsym {
H A DGsymReader.h31 namespace gsym {
367 LLVM_ABI static llvm::Expected<llvm::gsym::GsymReader>
H A DMergedFunctionsInfo.h21 namespace gsym {
H A DStringTable.h17 namespace gsym {
H A DDwarfTransformer.h22 namespace gsym {
H A DLineEntry.h15 namespace gsym {
H A DOutputAggregator.h22 namespace gsym {
H A DFileWriter.h23 namespace gsym {
H A DExtractRanges.h27 namespace gsym {
H A DGsymContext.h19 namespace gsym {
H A DLookupResult.h20 namespace gsym {
H A DInlineInfo.h23 namespace gsym {
H A DCallSiteInfo.h27 namespace gsym {
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp16 using namespace gsym;
36 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { in operator <<()
58 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) { in operator <<()
H A DHeader.cpp21 using namespace gsym;
23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<()
101 bool llvm::gsym::operator==(const Header &LHS, const Header &RHS) { in operator ==()
H A DFunctionInfo.cpp18 using namespace gsym;
30 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) { in operator <<()
102 if (Expected<llvm::gsym::CallSiteInfoCollection> CI = in decode()
103 llvm::gsym::CallSiteInfoCollection::decode(InfoData)) in decode()
H A DCallSiteInfo.cpp23 using namespace gsym;
232 raw_ostream &gsym::operator<<(raw_ostream &OS, const CallSiteInfo &CSI) { in operator <<()
239 raw_ostream &gsym::operator<<(raw_ostream &OS, in operator <<()
H A DGsymContext.cpp15 using namespace llvm::gsym;
115 const gsym::LineTable &LT = *FuncInfoOrErr->OptLineTable; in getLineInfoForAddressRange()
H A DInlineInfo.cpp17 using namespace gsym;
20 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const InlineInfo &II) { in operator <<()
H A DLineTable.cpp14 using namespace gsym;
284 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in lookup()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c394 unsigned char *gsym; in generate_symbols() local
425 gsym = NULL; in generate_symbols()
494 gsym = calloc((sc + 7) / 8, sizeof(*gsym)); in generate_symbols()
495 if (gsym == NULL) in generate_symbols()
574 BIT_SET(gsym, i); in generate_symbols()
642 if (gsym != NULL) { in generate_symbols()
644 if (!BIT_ISSET(gsym, i)) in generate_symbols()
658 free(gsym); in generate_symbols()
664 free(gsym); in generate_symbols()

12