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

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 121 const DIE *Cu = getUnitOrNull();
122 assert(Cu && "We should not have orphaned DIEs.");
123 return Cu;
452 DwarfCompileUnit *CU = DD->lookupUnit(Entry->getUnit());
453 assert(CU && "CUDie should belong to a CU.");
454 Addr += CU->getDebugInfoOffset();
456 AP->EmitLabelPlusOffset(CU->getSectionSym(), Addr,
DwarfAccelTable.cpp 224 DwarfCompileUnit *CU = D->lookupUnit(HD->Die->getUnit());
225 assert(CU && "Accelerated DIE should belong to a CU.");
226 Asm->EmitInt32(HD->Die->getOffset() + CU->getDebugInfoOffset());
DebugLocStream.h 35 DwarfCompileUnit *CU;
38 List(DwarfCompileUnit *CU, size_t EntryOffset)
39 : CU(CU), EntryOffset(EntryOffset) {}
78 size_t startList(DwarfCompileUnit *CU) {
80 Lists.emplace_back(CU, Entries.size());
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm,
164 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)) {}
DwarfUnit.h 113 DwarfUnit(unsigned UID, dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A,
379 DwarfCompileUnit &CU;
386 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
400 DwarfCompileUnit &getCU() override { return CU; }
DwarfDebug.h 185 SymbolCU(DwarfCompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {}
187 DwarfCompileUnit *CU;
207 /// Maps a CU DIE with its corresponding DwarfCompileUnit.
256 /// If nonnull, stores the CU in which the previous subprogram was contained.
423 DwarfCompileUnit &constructSkeletonCU(const DwarfCompileUnit &CU);
438 /// emit it here if we don't have a skeleton CU for split dwarf.
514 void addDwarfTypeUnitType(DwarfCompileUnit &CU, StringRef Identifier,
555 /// Returns the previous CU that was being update
    [all...]
DwarfDebug.cpp 353 template <typename Func> void forBothCUs(DwarfCompileUnit &CU, Func F) {
354 F(CU);
355 if (auto *SkelCU = CU.getSkeleton())
370 auto &CU = SPMap[SP];
371 forBothCUs(*CU, [&](DwarfCompileUnit &CU) {
372 CU.constructAbstractSubprogramScopeDIE(Scope);
415 // skeleton CU and so we don't need to duplicate it here.
439 // This CU is either a clang module DWO or a skeleton CU
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 63 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(CUi));
64 DINodeArray Retain = CU->getRetainedTypes();
101 if (NamedMDNode *CU_Nodes = M.getNamedMetadata("llvm.dbg.cu")) {
109 if (NamedMDNode *CU_Nodes = M.getNamedMetadata("llvm.dbg.cu")) {
111 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i));
112 addCompileUnit(CU);
113 for (auto *DIG : CU->getGlobalVariables()) {
119 for (auto *SP : CU->getSubprograms())
121 for (auto *ET : CU->getEnumTypes())
123 for (auto *RT : CU->getRetainedTypes()
    [all...]
Type.cpp 655 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C);
656 return CU && CU->getZExtValue() < STy->getNumElements();
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 74 auto *CU = std::upper_bound(
79 if (CU != this->end())
80 return CU->get();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 261 namespace CU {
296 } // end CU namespace
322 return CU::UNWIND_AArch64_MODE_FRAMELESS;
334 return CU::UNWIND_AArch64_MODE_DWARF;
359 CompactUnwindEncoding |= CU::UNWIND_AArch64_MODE_FRAME;
373 return CU::UNWIND_AArch64_MODE_DWARF;
377 return CU::UNWIND_AArch64_MODE_DWARF;
393 CompactUnwindEncoding |= CU::UNWIND_AArch64_FRAME_X19_X20_PAIR;
396 CompactUnwindEncoding |= CU::UNWIND_AArch64_FRAME_X21_X22_PAIR;
399 CompactUnwindEncoding |= CU::UNWIND_AArch64_FRAME_X23_X24_PAIR
    [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 79 DIE &CU = *DIE::get(Alloc, dwarf::DW_TAG_compile_unit);
97 CU.addChild(std::move(Space));
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 333 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_Cobol74, "F.CBL", "/",
337 DIB.createFunction(CU, "foo", "", File, 1, Type, false, true, 1, 0, true);
341 DIB.createFunction(CU, "bar", "", File, 1, Type, false, true, 1, 0, true);
385 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C_plus_plus_11, "tmp.cpp", "/",
389 DIB.createFunction(CU, "foo", "foo", File, 1, SPType, false, true, 1);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 89 for (const auto &CU : compile_units())
90 CU->dump(OS);
147 for (const auto &CU : compile_units()) {
148 savedAddressByteSize = CU->getAddressByteSize();
149 const auto *CUDIE = CU->getUnitDIE();
153 CU.get(), DW_AT_stmt_list, -1U);
436 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address,
445 CU->getInlinedChainForAddress(Address);
461 DWARFCompileUnit *CU = getCompileUnitForAddress(Address);
462 if (!CU)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 431 namespace CU {
455 } // end CU namespace
575 return CU::UNWIND_MODE_DWARF;
591 return CU::UNWIND_MODE_DWARF;
595 if (RegEnc == ~0U) return CU::UNWIND_MODE_DWARF;
597 CompactUnwindEncoding |= CU::UNWIND_MODE_BP_FRAME;
599 CompactUnwindEncoding |= RegEnc & CU::UNWIND_BP_FRAME_REGISTERS;
609 return CU::UNWIND_MODE_DWARF;
616 CompactUnwindEncoding |= CU::UNWIND_MODE_STACK_IMMD;
623 return CU::UNWIND_MODE_DWARF
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 235 auto *CU =
240 CU, "f", "f", File, 4, FuncType, true, true, 3, 0, false);
317 // Test that the new subprogram entry was not added to the CU which doesn't
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 31 typedef ColorUtils CU;
37 ALookup<CU::ColorRange, CA::Range> sRanges{
39 { CU::kColorRangeLimited, CA::RangeLimited },
40 { CU::kColorRangeFull, CA::RangeFull },
41 { CU::kColorRangeUnspecified, CA::RangeUnspecified },
46 ALookup<CU::ColorStandard, std::pair<CA::Primaries, CA::MatrixCoeffs>> sStandards {
48 { CU::kColorStandardUnspecified, { CA::PrimariesUnspecified, CA::MatrixUnspecified } },
49 { CU::kColorStandardBT709, { CA::PrimariesBT709_5, CA::MatrixBT709_5 } },
50 { CU::kColorStandardBT601_625, { CA::PrimariesBT601_6_625, CA::MatrixBT601_6 } },
51 { CU::kColorStandardBT601_625_Unadjusted
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 803 namespace CU {
829 } // end CU namespace
876 return CU::UNWIND_ARM_MODE_DWARF;
889 return CU::UNWIND_ARM_MODE_DWARF;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 129 std::string mangleName(const DICompileUnit *CU, const char *NewStem);
423 std::string GCOVProfiler::mangleName(const DICompileUnit *CU,
432 if (CompileUnit == CU) {
440 SmallString<128> Filename = CU->getFilename();
488 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu");
496 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i));
498 raw_fd_ostream out(mangleName(CU, "gcno"), EC, sys::fs::F_None);
502 for (auto *SP : CU->getSubprograms()) {
573 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu");
579 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i))
    [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/cblas/testing/
c_cblat3.f     [all...]
c_dblat3.f     [all...]
c_sblat3.f     [all...]
c_zblat3.f     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 640 milliseconds

1 2