Searched refs:cu (Results 51 - 75 of 86) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp79 bool AddModulesForCompileUnit(CompileUnit &cu, ModuleVector &exported_modules,
344 CompileUnit &cu, ClangModulesDeclVendor::ModuleVector &exported_modules,
346 if (LanguageSupportsClangModules(cu.GetLanguage())) {
347 for (auto &imported_module : cu.GetImportedModules())
343 AddModulesForCompileUnit( CompileUnit &cu, ClangModulesDeclVendor::ModuleVector &exported_modules, Stream &error_stream) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h224 static void PrintDWARFLocationList(Stream &s, const DWARFUnit *cu,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h89 ScopedExtractDIEs(DWARFUnit &cu);
169 static uint8_t GetAddressByteSize(const DWARFUnit *cu);
H A DDWARFUnit.cpp112 DWARFUnit::ScopedExtractDIEs::ScopedExtractDIEs(DWARFUnit &cu) : m_cu(&cu) { argument
563 uint8_t DWARFUnit::GetAddressByteSize(const DWARFUnit *cu) { argument
564 if (cu)
565 return cu->GetAddressByteSize();
H A DSymbolFileDWARF.cpp736 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info->GetUnitAtIndex(i))) {
737 cu->SetID(m_lldb_cu_to_dwarf_unit.size());
855 auto cu = module->GetCompileUnitAtIndex(i); local
856 bool early_exit = cu->ForEachExternalModule(visited_symbol_files, lambda);
1563 if (DWARFCompileUnit *cu = llvm::dyn_cast_or_null<DWARFCompileUnit>(
1565 if (DWARFDebugInfoEntry *cu_die = cu->DIE().GetDIE())
1566 if (uint64_t dwo_id = ::GetDWOId(*cu, *cu_die))
1801 "SymbolFileDWARF::ResolveSymbolContext failed to get cu "
2409 DWARFUnit *cu = info->GetUnitAtIndex(i); local
2410 if (cu
2732 Supports_DW_AT_APPLE_objc_complete_type(DWARFUnit *cu) argument
[all...]
H A DSymbolFileDWARF.h249 bool Supports_DW_AT_APPLE_objc_complete_type(DWARFUnit *cu);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c370 utf8proc_int32_t cu = utf8proc_get_property(c)->uppercase_seqindex; local
371 return cu != UINT16_MAX ? seqindex_decode_index(cu) : c;
376 utf8proc_int32_t cu = utf8proc_get_property(c)->titlecase_seqindex; local
377 return cu != UINT16_MAX ? seqindex_decode_index(cu) : c;
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c625 int len = 0, st = 0, cu; local
639 cu = strlen(m->m_name) + (x != '\0') + 1;
640 if (len + cu >= TermH) {
642 len = st + cu;
645 len += cu;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp287 CompileUnit &cu = *GetCompileUnitAtIndex(i); local
288 cu.ResolveSymbolContext(file_spec, line, check_inlines,
690 void SymbolFileBreakpad::ParseLineTableAndSupportFiles(CompileUnit &cu, argument
697 data.line_table_up = std::make_unique<LineTable>(&cu);
734 data.support_files = map.translate(cu.GetPrimaryFile(), *m_files);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp107 CompileUnit *cu, Target *target,
106 GetDescription(Stream *s, lldb::DescriptionLevel level, CompileUnit *cu, Target *target, bool show_address_only) const argument
H A DSymbolContext.cpp33 SymbolContext::SymbolContext(const ModuleSP &m, CompileUnit *cu, Function *f, argument
35 : target_sp(), module_sp(m), comp_unit(cu), function(f), block(b),
42 CompileUnit *cu, Function *f, Block *b,
44 : target_sp(t), module_sp(m), comp_unit(cu), function(f), block(b),
41 SymbolContext(const TargetSP &t, const ModuleSP &m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp820 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); local
821 if (!cu)
823 sc.comp_unit = cu.get();
824 sc.module_sp = cu->GetModule();
1623 CompileUnit *cu = local
1625 if (cu) {
1626 auto compiland_up = GetPDBCompilandByUID(cu->GetID());
/freebsd-11-stable/lib/libedit/
H A Dtty.c1196 size_t len = 0, st = 0, cu; local
1218 cu = strlen(m->m_name) + (x != '\0') + 1;
1220 if (len + cu >=
1224 len = st + cu;
1226 len += cu;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c127 Dwarf_Off dw_maxoff; /* highest legal offset in this cu */
1943 Dwarf_Die cu = 0; local
1984 if ((cu = die_sibling(&dw, NULL)) == NULL ||
1985 (((child = die_child(&dw, cu)) == NULL) &&
2004 if (die_string(&dw, cu, DW_AT_producer, &prod, 0)) {
2009 if ((dw.dw_cuname = die_name(&dw, cu)) != NULL) {
2017 if ((child = die_child(&dw, cu)) != NULL)
/freebsd-11-stable/usr.bin/localedef/
H A Dcollate.c1012 collundef_t *cu; local
1014 if ((cu = get_collundef(ptr)) != NULL) {
1015 add_subst_pri(cu->ref[curr_weight]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp702 llvm::StringRef cu; local
703 success = cus_array->GetItemAtIndexAsString(i, cu);
709 cus.EmplaceBack(cu);
H A DFormatEntity.cpp1381 CompileUnit *cu = sc->comp_unit; local
1382 if (cu) {
1383 if (DumpFile(s, cu->GetPrimaryFile(), (FileKind)entry.number))
1391 CompileUnit *cu = sc->comp_unit; local
1392 if (cu) {
1394 Language::GetNameForLanguageType(cu->GetLanguage());
H A DValueObject.cpp3249 if (CompileUnit *cu = sc.comp_unit)
3250 type = cu->GetLanguage();
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2665 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units())
2666 ret.push_back({cu->getOffset(), cu->getLength() + 4});
2675 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) {
2676 if (Error e = cu->tryExtractDIEsIfNeeded(false)) {
2680 Expected<DWARFAddressRangesVector> ranges = cu->collectAddressRanges();
2722 [&](GdbIndexSection::CuEntry cu) {
2723 return cu.cuOffset < set.Offset;
2857 for (CuEntry &cu : chunk.compilationUnits) {
2858 write64le(buf, chunk.sec->outSecOff + cu
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2763 Stream &s, const DWARFUnit *cu, const DataExtractor &debug_loc_data,
2766 uint32_t addr_size = DWARFUnit::GetAddressByteSize(cu);
2767 s.SetAddressByteSize(DWARFUnit::GetAddressByteSize(cu));
2768 dw_addr_t base_addr = cu ? cu->GetBaseAddress() : 0;
2778 if (cu)
2780 end_addr + base_addr, cu->GetAddressByteSize(), nullptr,
/freebsd-11-stable/contrib/tzdata/
H A DMakefile790 $(AWK) '/^Link/ {print $$3}' backward | LC_ALL=C sort -cu
791 $(AWK) '/^Zone/ {print $$2}' backzone | LC_ALL=C sort -cu
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1215 CompileUnit *cu = GetSymbolContext(eSymbolContextCompUnit).comp_unit; local
1216 if (cu)
1217 return cu->GetLanguage();
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c6335 dw_die_ref cu;
6346 return htab_hash_string (entry->cu->die_symbol);
6355 return !strcmp (entry1->cu->die_symbol, entry2->die_symbol);
6374 check_duplicate_cu (dw_die_ref cu, htab_t htable, unsigned int *sym_num)
6382 htab_find_slot_with_hash (htable, cu, htab_hash_string (cu->die_symbol),
6388 if (same_die_p_wrap (cu, entry->cu))
6399 entry->cu = cu;
6326 dw_die_ref cu; member in struct:cu_hash_table_entry
6365 check_duplicate_cu(dw_die_ref cu, htab_t htable, unsigned int *sym_num) argument
6400 record_comdat_symbol_number(dw_die_ref cu, htab_t htable, unsigned int sym_num) argument
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y1642 char *cu = cp + 1;
1643 if (!strcmp(cu, "Bit") ||
1644 !strcmp(cu, "B") ||
1645 !strcmp(cu, "bit") ||
1646 !strcmp(cu, "b")) {
1647 *cu = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp684 if (const Constant *cu = dyn_cast<Constant>(U)) {
685 if (useFuncSeen(cu, seenMap))

Completed in 556 milliseconds

1234