Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp347 std::string Undecorated; in parseRewriteFunctionDescriptor() local
349 Undecorated = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
350 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()