Home
last modified time | relevance | path

Searched refs:getCompileUnit (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDebugInfo.h217 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
254 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
259 return getFieldAs<DIFile>(3).getCompileUnit(); in getCompileUnit()
299 return getCompileUnit().getDirectory(); in getDirectory()
305 return getCompileUnit().getFilename(); in getFilename()
488 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
493 return getFieldAs<DIFile>(6).getCompileUnit(); in getCompileUnit()
559 return getCompileUnit().getFilename(); in getFilename()
566 return getCompileUnit().getFilename(); in getDirectory()
607 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
[all …]
/external/llvm/lib/Analysis/
DDbgInfoPrinter.cpp134 Unit = Var.getCompileUnit(); in getLocationInfo()
145 Unit = Var.getCompileUnit(); in getLocationInfo()
156 Unit = Var.getCompileUnit(); in getLocationInfo()
DDebugInfo.cpp1054 addCompileUnit(DIG.getCompileUnit()); in processModule()
1087 addCompileUnit(DT.getCompileUnit()); in processType()
1123 addCompileUnit(SP.getCompileUnit()); in processSubprogram()
1139 addCompileUnit(DIVariable(N).getCompileUnit()); in processDeclare()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp625 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())) in collectInfoFromNamedMDNodes()
632 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit())) in collectInfoFromNamedMDNodes()
639 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit())) in collectInfoFromNamedMDNodes()
646 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit())) in collectInfoFromNamedMDNodes()
678 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit())) in collectLegacyDebugInfo()
686 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())) in collectLegacyDebugInfo()