Home
last modified time | relevance | path

Searched refs:GetDIFile (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dispc.h143 llvm::DIFile *GetDIFile() const;
H A Dtype.cpp736 llvm::DIFile *diFile = pos.GetDIFile(); in GetDIType()
1824 llvm::DIFile *diFile = elementPositions[i].GetDIFile(); in GetDIType()
1831 llvm::DIFile *diFile = pos.GetDIFile(); in GetDIType()
2006 llvm::DIFile *diFile = pos.GetDIFile(); in GetDIType()
H A Dispc.cpp1877 SourcePos::GetDIFile() const { in GetDIFile() function in SourcePos
1885 llvm::DIScope *discope = GetDIFile(); in GetDINamespace()
H A Dctx.cpp343 diFile = funcStartPos.GetDIFile(); in FunctionEmitContext()
1534 …scope, sym->name, sym->pos.GetDIFile(), sym->pos.first_line, diType, true /* preserve through opts… in EmitVariableDebugInfo()
1551 …m->diBuilder->createParameterVariable(scope, sym->name, argNum + 1, sym->pos.GetDIFile(), sym->pos… in EmitFunctionParameterDebugInfo()
H A Dmodule.cpp543 llvm::DIFile *file = pos.GetDIFile(); in AddGlobalVariable()