Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dterminator.h28 const char *sourceFileName, int sourceLine = 0)
29 : sourceFileName_{sourceFileName}, sourceLine_{sourceLine} {}
31 RT_API_ATTRS const char *sourceFileName() const { return sourceFileName_; } in sourceFileName() function
35 const char *sourceFileName = nullptr, int sourceLine = 0) {
36 sourceFileName_ = sourceFileName;
H A Dio-api-common.h24 terminator.sourceFileName(), terminator.sourceLine(), unitNumber)
H A Dtemporary-stack.cpp153 (box, source, terminator_.sourceFileName(), terminator_.sourceLine()); in push()
H A Dassign.cpp293 (newFrom, from, terminator.sourceFileName(), terminator.sourceLine()); in Assign()
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp278 RAW_METHOD_DUMP(OS, sourceFileName); in dump()