Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h258 std::string getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp402 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp474 const std::string File = DIE.getDeclFile( in accumulateLocs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp327 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1622 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress()
1762 Result.FileName = Die.getDeclFile(FileLineInfoKind::AbsoluteFilePath); in getLineInfoForDataAddress()
1858 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
H A DDWARFDie.cpp476 DWARFDie::getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getDeclFile() function in DWARFDie