Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRISCVISAInfo.h88 postProcessAndChecking(std::unique_ptr<RISCVISAInfo> &&ISAInfo);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRISCVISAInfo.cpp502 return RISCVISAInfo::postProcessAndChecking(std::move(ISAInfo)); in parseFeatures()
805 return RISCVISAInfo::postProcessAndChecking(std::move(ISAInfo)); in parseArchString()
1074 RISCVISAInfo::postProcessAndChecking(std::unique_ptr<RISCVISAInfo> &&ISAInfo) { in postProcessAndChecking() function in RISCVISAInfo
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp945 if (auto result = RISCVISAInfo::postProcessAndChecking( in mergeAttributesSection()