Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp40 StringRef Name = PubNames.getCStrRef(&Offset); in DWARFDebugPubTable()
DDWARFDebugLine.cpp144 StringRef S = DebugLineData.getCStrRef(OffsetPtr); in parseV2DirFileTables()
153 StringRef Name = DebugLineData.getCStrRef(OffsetPtr); in parseV2DirFileTables()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDataExtractor.h105 StringRef getCStrRef(uint32_t *OffsetPtr) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp138 StringRef DataExtractor::getCStrRef(uint32_t *OffsetPtr) const { in getCStrRef() function in DataExtractor