Lines Matching full:path
1869 /// @param elf_path the path to the elf file the context is to be
1872 /// @param debug_info_root_paths a vector of pointers to the path to
1974 /// @param elf_path the path to the new ELF file.
1976 /// @param debug_info_root_paths the vector of debug-info path to
1999 /// @param elf_path the path to the ELF file to read from.
2054 // If we couldn't find debug info from the elf path, then say it.
2427 /// Return the path to the ELF path we are reading.
2429 /// @return the elf path.
4021 // This is a map that associates the translation unit path to
4024 // should stay ordered by using the TU path as key to ensure
4043 // Build a map that associates the translation unit path
4257 // This is a map that associates the translation unit path to
4260 // should stay ordered by using the TU path as key to ensure
4279 // Build a map that associates the translation unit path
6107 /// Get the file path that is the value of the DW_AT_decl_file
6113 /// @return a string containing the file path that is the logical
7480 // This is the fast path.
7491 // If we reached this point it means we couldn't use the fast path
7499 /// Compare the file path of the compilation units (aka CUs)
8234 /// This is a "fast path" function that quickly evaluates a DWARF
9830 // Fast path for functions and global variables.
9849 // Fast path for types.
11913 string path = die_string_attribute(die, DW_AT_name);
11914 if (path == "<artificial>")
11918 // units to have unique path names, let's suffix this path name
11921 o << path << "-" << std::hex << dwarf_dieoffset(die);
11922 path = o.str();
11932 // units of the same path.
11935 compilation_dir.empty() ? path : compilation_dir + "/" + path;
11942 path,
15799 /// @param elf_path the path to the elf file the reader is to be used
15849 /// @param elf_path the path to the elf file the context is to be used
15852 /// @param debug_info_root_path a pointer to the path to the root
15894 /// @param elf_path the path to the elf file.
15900 /// On Red Hat compatible systems, this root path is usually
15942 /// @param elf_path the path to the elf file to consider.
15989 /// @param elf_path the path to the elf file to consider.
16000 const string& path,
16007 int fd = open(path.c_str(), O_RDONLY);