Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDVFABIDemangling.cpp31 if (MangledName.startswith(VFABI::_LLVM_)) { in tryParseISA()
32 MangledName = MangledName.drop_front(strlen(VFABI::_LLVM_)); in tryParseISA()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDInjectTLIMappings.cpp51 Out << "_ZGV" << VFABI::_LLVM_ << "N" << VF; in mangleTLIName()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDVectorUtils.h133 static constexpr char const *_LLVM_ = "_LLVM_"; variable