Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h212 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
250 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
255 return getFieldAs<DIFile>(3).getCompileUnit(); in getCompileUnit()
295 return getCompileUnit().getDirectory(); in getDirectory()
301 return getCompileUnit().getFilename(); in getFilename()
464 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
469 return getFieldAs<DIFile>(6).getCompileUnit(); in getCompileUnit()
534 return getCompileUnit().getFilename(); in getFilename()
541 return getCompileUnit().getFilename(); in getDirectory()
577 DICompileUnit getCompileUnit() const{ in getCompileUnit() function
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDbgInfoPrinter.cpp134 Unit = Var.getCompileUnit(); in getLocationInfo()
145 Unit = Var.getCompileUnit(); in getLocationInfo()
156 Unit = Var.getCompileUnit(); in getLocationInfo()
DDebugInfo.cpp968 addCompileUnit(DIG.getCompileUnit()); in processModule()
1001 addCompileUnit(DT.getCompileUnit()); in processType()
1037 addCompileUnit(SP.getCompileUnit()); in processSubprogram()
1053 addCompileUnit(DIVariable(N).getCompileUnit()); in processDeclare()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp543 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())) in collectInfoFromNamedMDNodes()
550 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit())) in collectInfoFromNamedMDNodes()
557 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit())) in collectInfoFromNamedMDNodes()
564 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit())) in collectInfoFromNamedMDNodes()
596 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit())) in collectLegacyDebugInfo()
604 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())) in collectLegacyDebugInfo()