Searched defs:setName (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h204 void setName(StringRef NewName, StringRef NewDescription) { function in class:llvm::TimerGroup
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h78 void setName(uint16_t ID) { function in struct:llvm::object::WinResIDs
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h174 void setName(StringRef s) { function in class:lld::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp400 void StructType::setName(StringRef Name) { function in class:StructType
H A DValue.cpp342 void Value::setName(const Twine &NewName) { function in class:Value
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h716 void setName(DeclarationName N) { Name = N; } function in struct:clang::DeclarationNameInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h564 void setName(StringRef FunctionName) { Name = FunctionName; } function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SecProfSummaryFlags::FunctionSamples
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h684 void setName(StringRef N) { Name.assign(N.begin(), N.end()); } function in class:llvm::TreePatternNode
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h401 void setName(StringRef S) { Name = S; } function in class:clang::threadSafety::Variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h345 void setName(StringRef N) { Name = std::string(N); } function in class:llvm::AMDGPULibFuncImpl
389 void setName(StringRef N) { Impl->setName(N); } function in class:llvm::AMDGPULibFunc

Completed in 132 milliseconds