Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dterminator.h24 explicit Terminator(const char *sourceFileName, int sourceLine = 0)
25 : sourceFileName_{sourceFileName}, sourceLine_{sourceLine} {}
27 const char *sourceFileName() const { return sourceFileName_; } in sourceFileName() function
30 void SetLocation(const char *sourceFileName = nullptr, int sourceLine = 0) {
31 sourceFileName_ = sourceFileName;
H A Dio-api.cpp153 terminator.sourceFileName(), terminator.sourceLine(), unitNumber) in NoopUnit()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp278 RAW_METHOD_DUMP(OS, sourceFileName); in dump()