Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h62 static LVCompare &getInstance();
84 inline LVCompare &getComparator() { return LVCompare::getInstance(); } in getComparator()
H A DLVReader.h217 static LVReader &getInstance();
228 inline LVReader &getReader() { return LVReader::getInstance(); } in getReader()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCLabel.cpp18 OS << '"' << getInstance() << '"'; in print()
H A DMCContext.cpp335 return Label->getInstance(); in GetInstance()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCLabel.h37 unsigned getInstance() const { return Instance; } in getInstance() function
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp413 void *getInstance(const char *ThreadData);
420 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anon22ca0f8d0111::ELFNixPlatformRuntimeTLVManager
509 return TLVMgr->getInstance( in __orc_rt_elfnix_tls_get_addr_impl()
H A Dmacho_platform.cpp1234 void *getInstance(const char *ThreadData);
1241 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anon217c3caf0211::MachOPlatformRuntimeTLVManager
1378 return TLVMgr->getInstance( in __orc_rt_macho_tlv_get_addr_impl()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp144 static TemporaryFiles &getInstance();
166 TemporaryFiles &TemporaryFiles::getInstance() { in getInstance() function in __anon351d56d20111::TemporaryFiles
222 ~TempPCHFile() { TemporaryFiles::getInstance().removeFile(FilePath); }; in ~TempPCHFile()
229 TemporaryFiles::getInstance().addFile(this->FilePath); in TempPCHFile()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h73 Pass *getInstance() const { in getInstance() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp154 LVReader &LVReader::getInstance() { in getInstance() function in LVReader
H A DLVCompare.cpp101 LVCompare &LVCompare::getInstance() { in getInstance() function in LVCompare
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp366 return InsertedPassID.getInstance(); in getInsertedPass()
640 TargetPassID != InsertedPassID.getInstance()->getPassID())) && in insertPass()
775 P = FinalPtr.getInstance(); in addPass()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
H A DASTMatchersInternal.h1917 static const Matcher &getInstance() {