Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp114 return ST->getStructName().str(); in getTypeName()
117 return ST->getStructName().str(); in getTypeName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp61 type->getStructName().startswith("struct.rs_allocation"); in isRSAllocationTy()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h391 inline StringRef getStructName() const;
H A DDerivedTypes.h344 StringRef Type::getStructName() const { in getStructName() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp264 OS << GN.PTy->getStructName(); in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp872 auto Name = Ty->getStructName(); in solveTypeName()