Searched refs:Die (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp68 Die();
H A Dsanitizer_linux_s390.cpp216 Die();
H A Dsanitizer_file.cpp66 Die();
79 Die();
H A Dsanitizer_stacktrace_printer.cpp198 Die();
227 Die();
H A Dsanitizer_netbsd.cpp83 Die();
204 Die(); // Unreachable.
285 Die();
H A Dsanitizer_symbolizer_posix_libcdep.cpp416 Die();
425 Die();
H A Dsanitizer_posix_libcdep.cpp100 Die();
105 Die();
H A Dsanitizer_common.cpp45 Die();
H A Dsanitizer_rtems.cpp274 Die();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp56 Die();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp232 Die();
238 Die();
246 Die();
252 Die();
H A Dtsan_dense_alloc.h107 Die();
H A Dtsan_rtl.cpp260 Die();
273 Die();
284 Die();
299 Die();
961 Die();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { argument
39 LastSeenDIE = Die;
H A DDWARFStreamer.cpp165 /// Recursively emit the DIE tree rooted at \p Die.
166 void DwarfStreamer::emitDIE(DIE &Die) { argument
168 Asm->emitDwarfDIE(Die);
169 DebugInfoSectionSize += Die.getSize();
193 void DwarfStreamer::emitPaperTrailWarningsDie(DIE &Die) { argument
196 Asm.emitInt32(11 + Die.getSize() - 4);
201 emitDIE(Die);
722 Asm->emitInt32(Name.Die->getOffset());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp146 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) { argument
149 DIEAbbrev Abbrev = Die.generateAbbrev();
155 Die.setAbbrevNumber(Existing->getNumber());
163 Die.setAbbrevNumber(Abbreviations.size());
249 O << Indent << "Die: " << format("0x%lx", (long)(intptr_t) this)
317 : Die(UnitTag), Section(nullptr), Offset(0), Length(0), Version(V),
320 Die.Owner = this;
514 uint64_t Offset = CU->ExprRefedBaseTypes[Index].Die->getOffset();
693 O << format("Die: 0x%lx", (long)(intptr_t)&Entry);
H A DAccelTable.cpp295 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
596 Asm->emitInt32(Die.getDebugSectionOffset());
600 Asm->emitInt32(Die.getDebugSectionOffset());
601 Asm->emitInt16(Die.getTag());
692 OS << " Offset: " << Die.getOffset() << "\n";
696 OS << " Offset: " << Die.getOffset() << "\n";
697 OS << " Tag: " << dwarf::TagString(Die.getTag()) << "\n";
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp324 Die();
421 Die();
526 Die();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h89 bool setLastSeenDIE(CompileUnit &U, const DWARFDie &Die);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1143 DWARFDie Die, std::vector<DILocal> &Result) {
1144 if (Die.getTag() == DW_TAG_variable ||
1145 Die.getTag() == DW_TAG_formal_parameter) {
1159 Die.getLocations(DW_AT_location)) {
1173 if (auto TagOffsetAttr = Die.find(DW_AT_LLVM_tag_offset))
1177 Die.getAttributeValueAsReferencedDie(DW_AT_abstract_origin))
1178 Die = Origin;
1179 if (auto NameAttr = Die.find(DW_AT_name))
1182 if (auto Type = Die.getAttributeValueAsReferencedDie(DW_AT_type))
1184 if (auto DeclFileAttr = Die
1142 addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die, std::vector<DILocal> &Result) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp76 Die();
90 Die();
H A Dasan_thread.cpp121 Die();
143 Die();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp136 Die();
227 Die();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
862 DIE Die; member in class:llvm::DIEUnit
902 DIE &getUnitDie() { return Die; }
903 const DIE &getUnitDie() const { return Die; }
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp142 Die();

Completed in 500 milliseconds

1234