Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/external/llvm-project/llvm/include/llvm/Support/
DDataExtractor.h133 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp154 const char *DataExtractor::getCStr(uint64_t *offset_ptr) const { in getCStr() function in DataExtractor