Home
last modified time | relevance | path

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

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