Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h258 std::string getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp333 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp264 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1199 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress()
1339 Result.FileName = Die.getDeclFile(FileLineInfoKind::AbsoluteFilePath); in getLineInfoForDataAddress()
1435 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
H A DDWARFDie.cpp474 DWARFDie::getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getDeclFile() function in DWARFDie