/llvm-project/mlir/lib/IR/ |
H A D | Attributes.cpp | 57 void NamedAttribute::setName(StringAttr newName) { setName() function in NamedAttribute
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 207 void setName(StringRef NewName, StringRef NewDescription) { setName() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 96 void LVElement::setName(StringRef ElementName) { setName() function in LVElement
|
H A D | LVScope.cpp | 1801 void LVScopeFunction::setName(StringRef ObjectName) { in setName() function in LVScopeFunction
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 78 void setName(uint16_t ID) { in setName() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 271 SarifRule setName(llvm::StringRef RuleName) { in setName() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 246 virtual void setName(StringRef ObjectName) {} in setName() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 352 void setName(StringRef N) { Name = std::string(N); } in setName() function 401 void setName(StringRef N) { Impl->setName(N); } setName() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclarationName.h | 794 void setName(DeclarationName N) { Name = N; } in setName() function
|
/llvm-project/lld/ELF/ |
H A D | Symbols.h | 201 void setName(StringRef s) { setName() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 462 void StructType::setName(StringRef Name) { setName() function in StructType
|
H A D | Value.cpp | 377 void Value::setName(const Twine &NewName) { in setName() function in Value
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | SPIRVUtilsGen.cpp | 1148 auto setName = def->getValueAsString("extendedInstSetName"); emitExtendedSetDeserializationDispatch() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 677 void setName(StringRef N) { Name.assign(N.begin(), N.end()); } setName() function
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.h | 217 void setName(const IntOrString &Name) { ResName = Name; } in setName() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 490 void setName(const Twine &newName) { Name = newName.str(); } setName() function 3281 void setName(const Twine &newName) { Name = newName.str(); } setName() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 504 void setName(StringRef Name) { this->Name = Name; } setName() function
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2275 void setName(Init *NewName) { Name = NewName; } setName() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 401 void setName(StringRef S) { Name = S; } in setName() function
|
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2795 void Record::setName(Init *NewName) { setName() function in Record
|