Searched defs:string_length (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp30 static inline size_t string_length(const char* pStr) { function in namespace:mcld
55 size_t len = string_length(str);
83 m_StringTable.getOutputOffset(llvm::StringRef(str, string_length(str))));

Completed in 1388 milliseconds