Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp42 StringRef Name = PubNames.getCStrRef(&Offset); in DWARFDebugPubTable()
H A DDWARFDebugLine.cpp145 StringRef S = DebugLineData.getCStrRef(OffsetPtr); in parseV2DirFileTables()
154 StringRef Name = DebugLineData.getCStrRef(OffsetPtr); in parseV2DirFileTables()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h105 StringRef getCStrRef(uint32_t *OffsetPtr) const;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDataExtractor.cpp138 StringRef DataExtractor::getCStrRef(uint32_t *OffsetPtr) const { in getCStrRef() function in DataExtractor