Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp72 llvm::StringRef d_str; in applyOffset() local
76 d_str = frag->getRegion(); in applyOffset()
79 const char* str = d_str.data() + offset; in applyOffset()