Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDebugInfo.h216 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
253 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
258 return getFieldAs<DIFile>(3).getCompileUnit(); in getCompileUnit()
298 return getCompileUnit().getDirectory(); in getDirectory()
304 return getCompileUnit().getFilename(); in getFilename()
465 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
470 return getFieldAs<DIFile>(6).getCompileUnit(); in getCompileUnit()
536 return getCompileUnit().getFilename(); in getFilename()
543 return getCompileUnit().getFilename(); in getDirectory()
580 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()
/external/llvm/lib/VMCore/
DDebugInfo.cpp846 addCompileUnit(DIG.getCompileUnit()); in processModule()
879 addCompileUnit(DT.getCompileUnit()); in processType()
915 addCompileUnit(SP.getCompileUnit()); in processSubprogram()
931 addCompileUnit(DIVariable(N).getCompileUnit()); in processDeclare()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp660 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())) in collectInfoFromNamedMDNodes()
667 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit())) in collectInfoFromNamedMDNodes()
674 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit())) in collectInfoFromNamedMDNodes()
681 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit())) in collectInfoFromNamedMDNodes()
713 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit())) in collectLegacyDebugInfo()
721 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())) in collectLegacyDebugInfo()