| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 84 CompilerInstance &ci = this->getInstance(); in beginSourceFileAction() 178 CompilerInstance &ci = getInstance(); in executeAction() 216 CompilerInstance &ci = this->getInstance(); in executeAction() 267 CompilerInstance &ci = this->getInstance(); in executeAction() 294 CompilerInstance &ci = this->getInstance(); in executeAction() 310 CompilerInstance &ci = this->getInstance(); in executeAction() 358 CompilerInstance &ci = this->getInstance(); in executeAction() 389 CompilerInstance &ci = this->getInstance(); in executeAction() 409 CompilerInstance &ci = this->getInstance(); in executeAction() 779 return getInstance().getParsing(); in getParsing() [all …]
|
| H A D | FrontendAction.cpp | 104 return getInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles() 114 CompilerInstance &ci = getInstance(); in endSourceFile() 125 CompilerInstance &ci = this->getInstance(); in runPrescan() 148 CompilerInstance &ci = this->getInstance(); in runParse() 164 CompilerInstance &ci = this->getInstance(); in runSemanticChecks() 188 getInstance().setRtTyTables( in generateRtTypeTables() 191 getInstance().getInvocation().getSemanticsContext()))); in generateRtTypeTables()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ThreadLocal.h | 38 void *getInstance(); 51 T* get() { return static_cast<T*>(getInstance()); } in get()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCLabel.cpp | 18 OS << '"' << getInstance() << '"'; in print()
|
| H A D | MCContext.cpp | 341 return Label->getInstance(); in GetInstance()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCLabel.h | 37 unsigned getInstance() const { return Instance; } in getInstance() function
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ThreadLocal.cpp | 33 void *ThreadLocalImpl::getInstance() { in getInstance() function in llvm::ThreadLocalImpl
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | FrontendAction.h | 61 CompilerInstance &getInstance() const { in getInstance() function
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 410 void *getInstance(const char *ThreadData); 417 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anonebe0e5700111::ELFNixPlatformRuntimeTLVManager 506 return TLVMgr->getInstance( in __orc_rt_elfnix_tls_get_addr_impl()
|
| H A D | macho_platform.cpp | 885 void *getInstance(const char *ThreadData); 892 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anon104e62320211::MachOPlatformRuntimeTLVManager 1020 return TLVMgr->getInstance( in __orc_rt_macho_tlv_get_addr_impl()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | ThreadLocal.inc | 35 void *sys::ThreadLocalImpl::getInstance() {
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | ThreadLocal.inc | 49 void *ThreadLocalImpl::getInstance() {
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 144 static TemporaryFiles &getInstance(); 166 TemporaryFiles &TemporaryFiles::getInstance() { in getInstance() function in __anone3bc85d50111::TemporaryFiles 222 ~TempPCHFile() { TemporaryFiles::getInstance().removeFile(FilePath); }; in ~TempPCHFile() 229 TemporaryFiles::getInstance().addFile(this->FilePath); in TempPCHFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetPassConfig.h | 73 Pass *getInstance() const { in getInstance() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | StorageUniquerSupport.h | 46 ConcreteType getInstance() const { in getInstance() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 379 return InsertedPassID.getInstance(); in getInsertedPass() 654 TargetPassID != InsertedPassID.getInstance()->getPassID())) && in insertPass() 789 P = FinalPtr.getInstance(); in addPass()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
|
| H A D | ASTMatchersInternal.h | 1933 static const Matcher &getInstance() {
|