Home
last modified time | relevance | path

Searched refs:GetCompilationUnitPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dmodule_merger.cpp204 addend.GetCompilationUnitPath(addend_node); in UpdateUDTypeAccounting()
391 addend.GetCompilationUnitPath(final_referenced_type); in MergeReferencingType()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation.h874 const std::string &GetCompilationUnitPath() const { in GetCompilationUnitPath() function
977 std::string GetCompilationUnitPath(const TypeIR *type_ir) const;
H A Dir_representation.cpp234 std::string ModuleIR::GetCompilationUnitPath(const TypeIR *type_ir) const { in GetCompilationUnitPath() function in header_checker::repr::ModuleIR