Searched refs:cu (Results 76 - 100 of 131) sorted by relevance

123456

/external/elfutils/0.153/libdw/
H A Ddwarf_getscopevar.c64 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
H A Ddwarf_entry_breakpoints.c90 Dwarf_Die cudie = CUDIE (die->cu);
H A Dlibdw.h146 struct Dwarf_CU *cu; member in struct:__anon21179
163 struct Dwarf_CU *cu; member in struct:__anon21181
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h63 const DWARFCompileUnit* cu,
H A DSymbolFileDWARF.h244 GetClangDeclContextForDIE (const lldb_private::SymbolContext &sc, DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
250 GetClangDeclContextContainingDIE (DWARFCompileUnit *cu,
258 GetDeclContextDIEContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
395 bool ResolveFunction (DWARFCompileUnit *cu,
435 bool Supports_DW_AT_APPLE_objc_complete_type (DWARFCompileUnit *cu);
444 lldb::TypeSP GetTypeForDIE (DWARFCompileUnit *cu,
H A DSymbolFileDWARF.cpp119 void Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) argument
121 m_dies.push_back (DIEInfo(cu, die));
132 DWARFCompileUnit *cu = m_dies[i].cu; local
135 die->GetQualifiedName(dwarf, cu, qualified_name);
159 Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) argument
162 m_die_stack.Push (cu, die);
181 cu(c),
185 DWARFCompileUnit *cu; member in struct:DIEStack::DIEInfo
239 SymbolFileDWARF::GetTypes (DWARFCompileUnit* cu, argument
2279 ResolveTypeUID(DWARFCompileUnit* cu, const DWARFDebugInfoEntry* die, bool assert_not_being_parsed) argument
3037 DIEIsInNamespace(const ClangNamespaceDecl *namespace_decl, DWARFCompileUnit* cu, const DWARFDebugInfoEntry* die) argument
3303 ResolveFunction(DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, SymbolContextList& sc_list) argument
4585 GetClangDeclContextForDIE(const SymbolContext &sc, DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) argument
4613 GetClangDeclContextContainingDIE(DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const DWARFDebugInfoEntry **decl_ctx_die_copy) argument
4666 GetDeclContextDIEContainingDIE(DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) argument
4744 Supports_DW_AT_APPLE_objc_complete_type(DWARFCompileUnit *cu) argument
4980 FindDefinitionTypeForDIE(DWARFCompileUnit* cu, const DWARFDebugInfoEntry *die, const ConstString &type_name) argument
[all...]
H A DDWARFCompileUnit.h121 GetAddressByteSize(const DWARFCompileUnit* cu);
H A DDWARFCompileUnit.cpp277 m_dwarf2Data->GetObjectFile()->GetModule()->ReportWarning ("DWARF compile unit extends beyond its bounds cu 0x%8.8x at 0x%8.8" PRIx64 "\n",
363 DWARFCompileUnit::GetAddressByteSize(const DWARFCompileUnit* cu) argument
365 if (cu)
366 return cu->GetAddressByteSize();
H A DHashedNameToDIE.h223 const DWARFCompileUnit* cu,
234 case eAtomTypeCUOffset: return "cu-offset";
535 // const DWARFCompileUnit* cu,
541 // const DWARFCompileUnit* cu,
/external/openssl/crypto/srp/
H A Dsrp_lib.c120 unsigned char cu[SHA_DIGEST_LENGTH]; local
142 EVP_DigestFinal_ex(&ctxt, cu, NULL);
145 if (!(u = BN_bin2bn(cu, sizeof(cu), NULL)))
/external/elfutils/0.153/libdwfl/
H A DMakefile.am53 cu.c dwfl_module_nextcu.c dwfl_nextcu.c dwfl_cumodule.c \
/external/libnl/lib/route/sch/
H A Dtbf.c126 char *bu, *cu; local
129 &cu);
133 tbf->qt_mpu, bs, bu, cl, cu);
/external/lldb/source/Symbol/
H A DLineEntry.cpp150 LineEntry::GetDescription (Stream *s, lldb::DescriptionLevel level, CompileUnit* cu, Target *target, bool show_address_only) const argument
H A DSymbolContext.cpp40 SymbolContext::SymbolContext(const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) : argument
43 comp_unit (cu),
53 SymbolContext::SymbolContext(const TargetSP &t, const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) : argument
56 comp_unit (cu),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/elfutils/
H A Dlibdw.h146 struct Dwarf_CU *cu; member in struct:__anon21323
163 struct Dwarf_CU *cu; member in struct:__anon21325
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp294 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) { argument
299 cu->getCompileUnitDIE()->getAttributeValueAsSectionOffset(
300 cu, DW_AT_stmt_list, -1U);
310 cu->getAddressByteSize());
H A DDWARFContext.h163 getLineTableForCompileUnit(DWARFCompileUnit *cu);
/external/libedit/src/
H A Dtty.c1227 size_t len = 0, st = 0, cu; local
1249 cu = strlen(m->m_name) + (x != '\0') + 1;
1251 if (len + cu >=
1255 len = st + cu;
1257 len += cu;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dunwind.c328 unw_cursor_t __maybe_unused *cu,
327 resume(unw_addr_space_t __maybe_unused as, unw_cursor_t __maybe_unused *cu, void __maybe_unused *arg) argument
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp722 {"en-US-u-cu-jpy", "\\u00A51,150"}
1904 CurrencyUnit cu(USD, ec);
1907 const UChar * r = cu.getISOCurrency(); // who is the buffer owner ?
1910 CurrencyUnit cu2(cu);
1911 if (!(cu2 == cu)){
1915 CurrencyUnit * cu3 = (CurrencyUnit *)cu.clone();
1916 if (!(*cu3 == cu)){
1921 if (cu.getIndex() == bad.getIndex()) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp718 {"en-US-u-cu-jpy", "\\u00A51,150"}
1898 CurrencyUnit cu(USD, ec);
1901 const UChar * r = cu.getISOCurrency(); // who is the buffer owner ?
1904 CurrencyUnit cu2(cu);
1905 if (!(cu2 == cu)){
1909 CurrencyUnit * cu3 = (CurrencyUnit *)cu.clone();
1910 if (!(*cu3 == cu)){
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1039 if (const Constant *cu = dyn_cast<Constant>(U)) {
1040 if (useFuncSeen(cu, seenMap))

Completed in 658 milliseconds

123456