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

/external/llvm/include/llvm/
H A DDebugInfo.h216 DICompileUnit getCompileUnit() const{ function in class:llvm::DIFile
253 DICompileUnit getCompileUnit() const{ function in class:llvm::DIType
254 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
258 return getFieldAs<DIFile>(3).getCompileUnit();
298 return getCompileUnit().getDirectory();
304 return getCompileUnit().getFilename();
465 DICompileUnit getCompileUnit() const{ function in class:llvm::DISubprogram
466 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
470 return getFieldAs<DIFile>(6).getCompileUnit();
536 return getCompileUnit()
580 DICompileUnit getCompileUnit() const{ function in class:llvm::DIGlobalVariable
623 DICompileUnit getCompileUnit() const { function in class:llvm::DIVariable
730 DICompileUnit getCompileUnit() const{ function in class:llvm::DINameSpace
[all...]
/external/llvm/lib/Analysis/
H A DDbgInfoPrinter.cpp134 Unit = Var.getCompileUnit();
145 Unit = Var.getCompileUnit();
156 Unit = Var.getCompileUnit();
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp846 addCompileUnit(DIG.getCompileUnit());
879 addCompileUnit(DT.getCompileUnit());
915 addCompileUnit(SP.getCompileUnit());
931 addCompileUnit(DIVariable(N).getCompileUnit());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp660 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
667 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
674 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
681 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
713 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
721 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))

Completed in 165 milliseconds