Home
last modified time | relevance | path

Searched defs:ShouldWrite (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2670 auto ShouldWrite = [](const SectionBase &Sec) { in finalize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4643 auto writeBaseIDOrNone = [&](uint32_t BaseID, bool ShouldWrite) { in WriteASTCore()