Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2443 StringRef EscapedName = GlobalValue::dropLLVMManglingEscape(MF->getName()); in translateKnownIntrinsic() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5143 enum Mode{ None, Name, QuotedName, Tag, EscapedName }; enumerator