Home
last modified time | relevance | path

Searched defs:CU (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp76 for (const auto &CU : compile_units()) in dump() local
127 for (const auto &CU : compile_units()) { in dump() local
321 std::unique_ptr<DWARFCompileUnit> CU(new DWARFCompileUnit( in parseCompileUnits() local
413 std::unique_ptr<DWARFCompileUnit> *CU = in getCompileUnitForOffset() local
428 static bool getFileNameForCompileUnit(DWARFCompileUnit *CU, in getFileNameForCompileUnit()
448 static bool getFileLineInfoForCompileUnit(DWARFCompileUnit *CU, in getFileLineInfoForCompileUnit()
469 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, in getFunctionNameForAddress()
494 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress() local
509 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange() local
552 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress() local
DDWARFCompileUnit.cpp25 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false); in dump() local
DDWARFTypeUnit.cpp36 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false); in dump() local
DDWARFDebugAranges.cpp50 for (const auto &CU : CTX->compile_units()) { in generate() local
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp59 for (DICompileUnit CU : Finder.compile_units()) { in print() local
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp39 if (const Constant *CU = dyn_cast<Constant>(U)) { in isSafeToDestroyConstant() local
DCloneFunction.cpp192 for (DICompileUnit CU : Finder.compile_units()) { in CloneDebugInfoMetadata() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp749 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode); in beginModule() local
1828 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
2042 const DwarfCompileUnit *CU = Entry.getCU(); in emitDebugLoc() local
2162 DwarfCompileUnit *CU = it.first; in emitDebugARanges() local
2304 DwarfCompileUnit &DwarfDebug::constructSkeletonCU(const DwarfCompileUnit &CU) { in constructSkeletonCU()
2322 DwarfCompileUnit &CU = static_cast<DwarfCompileUnit &>( in constructSkeletonTU() local
2372 MCDwarfDwoLineTable *DwarfDebug::getDwoLineTable(const DwarfCompileUnit &CU) { in getDwoLineTable()
2391 void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU, in addDwarfTypeUnitType()
DDwarfDebug.h148 DwarfCompileUnit *CU; member
659 DwarfCompileUnit *lookupUnit(const DIE *CU) const { in lookupUnit()
DDwarfUnit.h563 DwarfCompileUnit &CU; variable
DDIE.cpp384 DwarfCompileUnit *CU = DD->lookupUnit(Entry.getUnit()); in EmitValue() local
DDwarfUnit.cpp61 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp417 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) { in mangleName()
482 DICompileUnit CU(CU_Nodes->getOperand(i)); in emitProfileNotes() local
569 DICompileUnit CU(CU_Nodes->getOperand(i)); in emitProfileArcs() local
850 DICompileUnit CU(CU_Nodes->getOperand(i)); in insertCounterWriteout() local
DDebugIR.cpp299 DICompileUnit CU(CUNode); in createCompileUnit() local
477 DICompileUnit CU(CUNode->getOperand(0)); in getSourceInfoFromDI() local
/external/llvm/unittests/Transforms/DebugIR/
DDebugIR.cpp282 DICompileUnit CU(*Finder.compile_units().begin()); in TEST_F() local
/external/llvm/lib/IR/
DDebugInfo.cpp961 DICompileUnit CU(CU_Nodes->getOperand(CUi)); in generateDITypeIdentifierMap() local
1010 DICompileUnit CU(CU_Nodes->getOperand(i)); in processModule() local
1171 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) { in addCompileUnit()
DType.cpp651 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); in indexValid() local
DVerifier.cpp2546 for (DICompileUnit CU : Finder.compile_units()) { in verifyDebugInfo() local
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp262 namespace CU { namespace
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp237 DICompileUnit CU = DBuilder.createCompileUnit(dwarf::DW_LANG_C99, in CreateOldFunctionBodyAndDI() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp404 namespace CU { namespace
/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp972 DICompileUnit CU(CUNodes->getOperand(I)); in getFunctionLoc() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp61 DIE CU(dwarf::DW_TAG_compile_unit); in TEST() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2127 ConstantInt *CU = cast<ConstantInt>(Addr->getOperand(OpNo)); in EvaluateStoreInto() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3353 llvm::MDNode *CU = CUNode->getOperand(i); in EmitCoverageFile() local

12