Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp84 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 DFrontendAction.cpp104 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 DThreadLocal.h38 void *getInstance();
51 T* get() { return static_cast<T*>(getInstance()); } in get()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCLabel.cpp18 OS << '"' << getInstance() << '"'; in print()
H A DMCContext.cpp341 return Label->getInstance(); in GetInstance()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCLabel.h37 unsigned getInstance() const { return Instance; } in getInstance() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadLocal.cpp33 void *ThreadLocalImpl::getInstance() { in getInstance() function in llvm::ThreadLocalImpl
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendAction.h61 CompilerInstance &getInstance() const { in getInstance() function
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp410 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 Dmacho_platform.cpp885 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 DThreadLocal.inc35 void *sys::ThreadLocalImpl::getInstance() {
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreadLocal.inc49 void *ThreadLocalImpl::getInstance() {
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp144 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 DTargetPassConfig.h73 Pass *getInstance() const { in getInstance() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DStorageUniquerSupport.h46 ConcreteType getInstance() const { in getInstance() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp379 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 DASTMatchersMacros.h59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
H A DASTMatchersInternal.h1933 static const Matcher &getInstance() {