/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 25 if (const DWARFDebugInfoEntryMinimal *CU = getUnitDIE(false)) in dump() local
|
D | DWARFContext.cpp | 89 for (const auto &CU : compile_units()) in dump() local 147 for (const auto &CU : compile_units()) { in dump() local 436 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, in getFunctionNameForAddress() 461 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress() local 477 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange() local 520 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress() local
|
D | DWARFDebugAranges.cpp | 50 for (const auto &CU : CTX->compile_units()) { in generate() local
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 63 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(CUi)); in generateDITypeIdentifierMap() local 111 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in processModule() local 179 if (auto *CU = dyn_cast<DICompileUnit>(Scope)) { in processScope() local 256 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
|
D | Type.cpp | 655 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); in indexValid() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 35 DwarfCompileUnit *CU; member 78 size_t startList(DwarfCompileUnit *CU) { in startList() 162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
|
D | DwarfDebug.cpp | 353 template <typename Func> void forBothCUs(DwarfCompileUnit &CU, Func F) { in forBothCUs() 370 auto &CU = SPMap[SP]; in constructAbstractSubprogramScopeDIE() local 371 forBothCUs(*CU, [&](DwarfCompileUnit &CU) { in constructAbstractSubprogramScopeDIE() 477 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode); in beginModule() local 528 forBothCUs(*P.second, [&](DwarfCompileUnit &CU) { in finishSubprogramDefinitions() 1357 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue() 1584 const DwarfCompileUnit *CU = List.CU; in emitDebugLoc() local 1724 DwarfCompileUnit *CU = it.first; in emitDebugARanges() local 1854 DwarfCompileUnit &DwarfDebug::constructSkeletonCU(const DwarfCompileUnit &CU) { in constructSkeletonCU() 1900 MCDwarfDwoLineTable *DwarfDebug::getDwoLineTable(const DwarfCompileUnit &CU) { in getDwoLineTable() [all …]
|
D | DwarfDebug.h | 187 DwarfCompileUnit *CU; member 581 DwarfCompileUnit *lookupUnit(const DIE *CU) const { in lookupUnit()
|
D | DwarfUnit.h | 379 DwarfCompileUnit &CU; variable
|
D | DwarfAccelTable.cpp | 224 DwarfCompileUnit *CU = D->lookupUnit(HD->Die->getUnit()); in EmitData() local
|
D | DIE.cpp | 452 DwarfCompileUnit *CU = DD->lookupUnit(Entry->getUnit()); in EmitValue() local
|
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 42 if (const Constant *CU = dyn_cast<Constant>(U)) { in isSafeToDestroyConstant() local
|
D | CloneFunction.cpp | 178 static void AddOperand(DICompileUnit *CU, DISubprogramArray SPs, in AddOperand() 202 for (auto *CU : Finder.compile_units()) { in CloneDebugInfoMetadata() local
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 333 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_Cobol74, "F.CBL", "/", in TEST_F() local 385 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C_plus_plus_11, "tmp.cpp", "/", in TEST_F() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 423 std::string GCOVProfiler::mangleName(const DICompileUnit *CU, in mangleName() 496 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in emitProfileNotes() local 579 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in emitProfileArcs() local 855 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in insertCounterWriteout() local
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 74 auto *CU = std::upper_bound( in getUnitForOffset() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1467 auto CU = in getUnitForOffset() local 1756 unsigned ParentIdx, CompileUnit &CU, in analyzeContextInfo() 2149 CompileUnit &CU, bool UseODR) { in keepDIEAndDependencies() 2223 const DebugMapObject &DMO, CompileUnit &CU, in lookForDIEsToKeep() 3250 for (const auto &CU : DwarfContext.compile_units()) { in loadClangModule() local 3356 for (const auto &CU : DwarfContext.compile_units()) { in link() local
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 261 namespace CU { namespace
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 235 auto *CU = in CreateOldFunctionBodyAndDI() local
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 1194 auto *CU = cast<DICompileUnit>(CompileUnits->getOperand(I)); in findNeededSubprograms() local 1230 auto *CU = cast<DICompileUnit>(CompileUnits->getOperand(I)); in stripNullSubprograms() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 431 namespace CU { namespace
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 803 namespace CU { namespace
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 79 DIE &CU = *DIE::get(Alloc, dwarf::DW_TAG_compile_unit); in TEST_F() local
|
/external/cblas/testing/ |
D | c_zblat3.f | 1053 CHARACTER*14 CRC, CS,CU local 1404 CHARACTER*14 CRC, CS, CU, CA, CD local 1790 CHARACTER*14 CRC, CU, CA local 1824 CHARACTER*14 CRC, CU, CA local 2243 CHARACTER*14 CRC, CU, CA local 2278 CHARACTER*14 CRC, CU, CA local
|
D | c_cblat3.f | 1052 CHARACTER*14 CRC, CS,CU local 1403 CHARACTER*14 CRC, CS, CU, CA, CD local 1789 CHARACTER*14 CRC, CU, CA local 1823 CHARACTER*14 CRC, CU, CA local 2242 CHARACTER*14 CRC, CU, CA local 2277 CHARACTER*14 CRC, CU, CA local
|