Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h367 inline StringRef getStructName() const;
H A DDerivedTypes.h346 StringRef Type::getStructName() const { in getStructName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp251 OS << GN.PTy->getStructName(); in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp817 auto Name = Ty->getStructName(); in solveTypeName()