LLVM: llvm::dwarf_linker::classic::CachedPathResolver Class Reference (original) (raw)

Small helper that resolves and caches file paths. More...

#include "[llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h](DWARFLinkerDeclContext%5F8h%5Fsource.html)"

Detailed Description

Small helper that resolves and caches file paths.

This helps reduce the number of calls to realpath which is expensive. We assume the input are files, and cache the realpath of their parent. This way we can quickly resolve different files under the same path.

Definition at line 34 of file DWARFLinkerDeclContext.h.

Member Function Documentation

resolve()


The documentation for this class was generated from the following file: