Home
last modified time | relevance | path

Searched refs:parseRewriteGlobalAliasDescriptor (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h111 bool parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp317 return parseRewriteGlobalAliasDescriptor(YS, Key, Value, DL); in parseEntry()
457 parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, in parseRewriteGlobalAliasDescriptor() function in RewriteMapParser