Home
last modified time | relevance | path

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

/gdk/sources/llvm-ndk-cc/
Dllvm-ndk-cc.cpp49 std::string& Key, std::string& Value) { in splitPreDefinedSymbol() argument
52 Key = In; in splitPreDefinedSymbol()
55 Key = In.substr(0, FoundPos); in splitPreDefinedSymbol()
83 std::string Key; in main() local
85 splitPreDefinedSymbol(PreDefinedSymbols[i], Key, Value); in main()
87 std::pair<std::string, std::string>(Key,Value)); in main()