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.h268 getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp473 const std::string File = DIE.getDeclFile( in accumulateLocs()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp426 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp336 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1620 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress()
1761 Result.FileName = Die.getDeclFile(FileLineInfoKind::AbsoluteFilePath); in getLineInfoForDataAddress()
1858 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
H A DDWARFDie.cpp495 DWARFDie::getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getDeclFile() function in DWARFDie