Searched defs:Name (Results 1 - 25 of 1079) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGenUtils.cpp15 getRecordsByName(std::vector<Record *> Records, StringRef Name) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DGCStrategy.cpp24 std::unique_ptr<GCStrategy> llvm::getGCStrategy(const StringRef Name) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h92 inline bool mayBeOldLoopAttachmentTag(StringRef Name) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.cpp16 SymbolOccurrence::SymbolOccurrence(const SymbolName &Name, OccurrenceKind Kind, argument
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmMacro.cpp16 OS << "\"" << Name << "\""; local
35 OS << "Macro " << Name << ":\n"; local
H A DMCSectionWasm.cpp19 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, argument
24 static void printName(raw_ostream &OS, StringRef Name) { argument
28 OS << Name; local
H A DMCSectionCOFF.cpp19 bool MCSectionCOFF::shouldOmitSectionDirective(StringRef Name, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h29 StringRef Name = __PRETTY_FUNCTION__; local
[all...]
H A DTimeProfiler.h142 TimeTraceScope(StringRef Name) { argument
146 TimeTraceScope(StringRef Name, StringRef Detail) { argument
150 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { argument
H A DSmallVectorMemoryBuffer.h39 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) argument
H A DMCSectionDXContainer.h26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DSymbolName.h31 explicit SymbolName(StringRef Name) { argument
42 llvm::SmallVector<std::string, 1> Name; member in class:clang::tooling::SymbolName
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkDylib.h23 JITLinkDylib(std::string Name) : Name(std::move(Name)) {} argument
29 std::string Name; member in class:llvm::jitlink::JITLinkDylib
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp20 const char *Name = TD.getName(DINameKind::ShortName); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) argument
23 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h47 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFSection.h22 StringRef Name; member in struct:llvm::SectionName
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h43 StringRef Name; member in struct:llvm::SSAUpdaterBulk::RewriteInfo
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRule.h24 StringRef Name; member in struct:clang::tooling::RefactoringDescriptor
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetStreamer.h19 virtual void emitCCTopData(StringRef Name){}; argument
20 virtual void emitCCTopFunction(StringRef Name){}; argument
21 virtual void emitCCBottomData(StringRef Name){}; argument
22 virtual void emitCCBottomFunction(StringRef Name){}; argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h26 Name, // Sort by name. member in class:llvm::logicalview::LVSortMode
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp40 unsigned SSAUpdaterBulk::AddVariable(StringRef Name, Type *Ty) { argument
43 << *Ty << ", Name = " << Name << "\n"); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h52 StringRef Name; member in struct:llvm::LoongArch::FeatureInfo
62 StringRef Name; member in struct:llvm::LoongArch::ArchInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAssignValidGlobalNames.cpp72 std::string NVPTXAssignValidGlobalNames::cleanUpName(StringRef Name) { argument

Completed in 190 milliseconds

1234567891011>>