Home
last modified time | relevance | path

Searched refs:isClangModuleRef (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h212 std::pair<bool, bool> isClangModuleRef(const DWARFDie &CUDie,
H A DDWARFLinkerImpl.cpp297 std::pair<bool, bool> DWARFLinkerImpl::LinkContext::isClangModuleRef( in isClangModuleRef() function in DWARFLinkerImpl::LinkContext
349 isClangModuleRef(CUDie, PCMFile, Indent, false); in registerModuleReference()
483 !isClangModuleRef(CUDie, PCMFile, 0, true).first) { in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2451 std::pair<bool, bool> DWARFLinker::isClangModuleRef(const DWARFDie &CUDie, in isClangModuleRef() function in llvm::DWARFLinker
2500 isClangModuleRef(CUDie, PCMFile, Context, Indent, false); in registerModuleReference()
2821 !isClangModuleRef(CUDie, PCMFile, Context, 0, true).first) { in link()