HomeSort by relevance Sort by last modified time
    Searched defs:CU (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 103 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset())
106 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false);
107 assert(CU && "Null Compile Unit?");
108 CU->dump(OS, this, -1U);
189 // Don't append the CU die as we already did that
215 "bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), offset);
DWARFContext.cpp 38 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); local
39 savedAddressByteSize = cu->getAddressByteSize();
41 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
98 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) {
103 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
114 cu->getAddressByteSize());
152 DWARFCompileUnit *CU = std::lower_bound(CUs.begin(), CUs.end(), Offset,
154 if (CU != CUs.end()
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 660 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
661 constructSubprogramDIE(CU, N);
667 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
668 CU->createGlobalVariableDIE(N);
674 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
675 CU->getOrCreateTypeDIE(Ty);
681 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
682 CU->getOrCreateTypeDIE(Ty);
713 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
714 CU->createGlobalVariableDIE(N)
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 184 if (const Constant *CU = dyn_cast<Constant>(*UI)) {
185 if (!SafeToDestroyConstant(CU)) return false;
    [all...]

Completed in 77 milliseconds