Home
last modified time | relevance | path

Searched refs:isClangModuleRef (Results 1 – 6 of 6) 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.cpp296 std::pair<bool, bool> DWARFLinkerImpl::LinkContext::isClangModuleRef( in isClangModuleRef() function in DWARFLinkerImpl::LinkContext
348 isClangModuleRef(CUDie, PCMFile, Indent, false); in registerModuleReference()
482 !isClangModuleRef(CUDie, PCMFile, 0, true).first) { in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h476 std::pair<bool, bool> isClangModuleRef(const DWARFDie &CUDie,
/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.cpp2568 std::pair<bool, bool> DWARFLinker::isClangModuleRef(const DWARFDie &CUDie, in isClangModuleRef() function in llvm::DWARFLinker
2617 isClangModuleRef(CUDie, PCMFile, Context, Indent, false); in registerModuleReference()
2938 !isClangModuleRef(CUDie, PCMFile, Context, 0, true).first) { in link()