Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp147 StringRef DIFilename; in ReadV1Profile() local
163 DIFilename = sys::path::remove_leading_dotslash(Values[0]); in ReadV1Profile()
173 return DIFilename.empty() || It->second == DIFilename; in ReadV1Profile()
179 DIFilename = ""; in ReadV1Profile()
198 DIFilename = ""; in ReadV1Profile()
298 SmallString<128> DIFilename; in ReadV0Profile() local
300 DIFilename = in ReadV0Profile()
302 if (DIFilename.empty()) in ReadV0Profile()
320 return DIFilename.empty() || It->second == DIFilename; in ReadV0Profile()
398 SmallString<128> DIFilename; in doInitialization() local
[all …]