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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h126 const char *getCStr(uint64_t *OffsetPtr, Error *Err = nullptr) const { function in class:llvm::DataExtractor
133 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } function in class:llvm::DataExtractor

Completed in 94 milliseconds