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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 509 CUMap.insert(std::make_pair(N, NewCU));
543 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
550 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
557 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
564 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
596 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
604 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
678 CompileUnit *SPCU = CUMap.lookup(TheCU);
703 for (DenseMap<const MDNode *, CompileUnit *>::iterator CUI = CUMap.begin(),
704 CUE = CUMap.end(); CUI != CUE; ++CUI)
    [all...]
DwarfDebug.h 197 DenseMap <const MDNode *, CompileUnit *> CUMap;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 369 auto &CU = *CUMap.lookup(cast<DISubprogram>(SP)->getUnit());
452 CUMap.insert(std::make_pair(DIUnit, &NewCU));
529 forBothCUs(*CUMap.lookup(SP->getUnit()), [&](DwarfCompileUnit &CU) {
543 for (const auto &P : CUMap) {
    [all...]
DwarfDebug.h 198 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 517 if (auto *CU = CUMap.lookup(DIUnit))
600 CUMap.insert({DIUnit, &NewCU});
764 if (CUMap.size() > 1)
769 for (const auto &P : CUMap) {
    [all...]
DwarfDebug.h 209 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 790 DenseMap<uint32_t, uint32_t> CUMap;
793 CUMap.reserve(DCtx.getNumCompileUnits());
795 CUMap[CU->getOffset()] = NotIndexed;
807 auto Iter = CUMap.find(Offset);
809 if (Iter == CUMap.end()) {
827 for (const auto &KV : CUMap) {
    [all...]

Completed in 481 milliseconds