Home
last modified time | relevance | path

Searched defs:getCStrRef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h169 StringRef getCStrRef(Cursor &C) const { in getCStrRef() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp156 StringRef DataExtractor::getCStrRef(uint64_t *OffsetPtr, Error *Err) const { in getCStrRef() function in DataExtractor