Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp67 ptr_type->getStructName().startswith("struct.rs_allocation"); in isRSAllocationPtrTy()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h369 inline StringRef getStructName() const;
H A DDerivedTypes.h343 StringRef Type::getStructName() const { in getStructName() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp265 OS << GN.PTy->getStructName(); in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp829 auto Name = Ty->getStructName(); in solveTypeName()