Searched refs:isClangModuleRef (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.h | 212 std::pair<bool, bool> isClangModuleRef(const DWARFDie &CUDie,
|
H A D | DWARFLinkerImpl.cpp | 297 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 D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2451 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()
|