Searched defs:OwnedUnit (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 389 auto OwnedUnit = make_unique<DwarfCompileUnit>( in constructDwarfCompileUnit() local 1807 auto OwnedUnit = make_unique<DwarfCompileUnit>( in constructSkeletonCU() local 1888 auto OwnedUnit = make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 882 auto OwnedUnit = std::make_unique<DwarfCompileUnit>( in getOrCreateDwarfCompileUnit() local 2830 auto OwnedUnit = std::make_unique<DwarfCompileUnit>( in constructSkeletonCU() local 2931 auto OwnedUnit = std::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1102 auto OwnedUnit = std::make_unique<DwarfCompileUnit>( in getOrCreateDwarfCompileUnit() local 3321 auto OwnedUnit = std::make_unique<DwarfCompileUnit>( in constructSkeletonCU() local 3422 auto OwnedUnit = std::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() local
|