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

  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 100 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset())
103 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false);
104 assert(CU && "Null Compile Unit?");
105 CU->dump(OS, this, -1U);
186 // Don't append the CU die as we already did that
212 "bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), offset);
DWARFContext.cpp 52 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); local
53 savedAddressByteSize = cu->getAddressByteSize();
55 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
199 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) {
204 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
215 cu->getAddressByteSize());
280 DWARFCompileUnit *CU = std::lower_bound(CUs.begin(), CUs.end(), Offset,
282 if (CU != CUs.end()
    [all...]
  /external/llvm/lib/IR/
Type.cpp 658 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C);
659 return CU && CU->getZExtValue() < STy->getNumElements();
  /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/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 360 // If AbsSPDIE belongs to a different CU, use DW_FORM_ref_addr instead of
677 // file this CU comes from yet.
727 // Now construct the skeleton CU associated.
775 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu");
784 CompileUnit *CU = constructCompileUnit(CUNode);
787 CU->createGlobalVariableDIE(GVs.getElement(i));
790 constructSubprogramDIE(CU, SPs.getElement(i));
793 CU->getOrCreateTypeDIE(EnumTypes.getElement(i));
796 CU->getOrCreateTypeDIE(RetainedTypes.getElement(i));
828 if (NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu")) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 180 if (const Constant *CU = dyn_cast<Constant>(*UI)) {
181 if (!SafeToDestroyConstant(CU)) return false;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 115 milliseconds