Searched defs:Name (Results 151 - 175 of 983) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DComparisonCategories.cpp103 StringRef Name = ComparisonCategories::getCategoryString(Kind); local
H A DDeclOpenMP.cpp102 OMPDeclareReductionDecl( Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) argument
112 Create( ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType T, OMPDeclareReductionDecl *PrevDeclInScope) argument
142 Create( ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType T, DeclarationName VarName, ArrayRef<OMPClause *> Clauses, OMPDeclareMapperDecl *PrevDeclInScope) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h91 uint32_t Name; ///< String table offset in the string table. member in struct:llvm::gsym::FunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp141 std::string Name = getInstructionOpcodeHash(*MRI.getVRegDef(VReg)); local
166 createVirtualRegisterWithLowerName(unsigned VReg, StringRef Name) argument
H A DCommandFlags.cpp597 void codegen::renderBoolStringAttr(AttrBuilder &B, StringRef Name, bool Val) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFFImportFile.h75 std::string Name; member in struct:llvm::object::COFFShortExport
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassSupport.h96 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false, argument
135 explicit RegisterAnalysisGroup(const char *Name) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h129 Expected<JITEvaluatedSymbol> lookup(StringRef Name) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h103 Expected<JITEvaluatedSymbol> lookup(StringRef Name) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h95 Expected<JITEvaluatedSymbol> lookup(StringRef Name) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp104 explicit NamedDeclFindingVisitor(StringRef Name) : Name(Name) {} argument
123 StringRef Name; member in class:clang::tooling::__anon1144::NamedDeclFindingVisitor
128 getNamedDeclFor(const ASTContext &Context, const std::string &Name) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp79 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T, StringRef Name, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DX86TargetParser.cpp105 StringLiteral Name; member in struct:ProcInfo
112 StringLiteral Name; member in struct:FeatureInfo
[all...]
H A DThreading.cpp52 void llvm::set_thread_name(const Twine &Name) {} argument
54 void llvm::get_thread_name(SmallVectorImpl<char> &Name) { Name.clear(); } argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp209 AVRMCExpr::VariantKind AVRMCExpr::getKindByName(StringRef Name) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp50 SmallString<128> Name; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp221 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { argument
282 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSection.cpp23 MCSection::MCSection(SectionVariant V, StringRef Name, SectionKind K, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp39 SmallString<128> Name; local
H A DPPCLowerMASSVEntries.cpp67 bool PPCLowerMASSVEntries::isMASSVFunc(StringRef Name) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStubCommon.cpp30 QuotingType ScalarTraits<FlowStringRef>::mustQuote(StringRef Name) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp262 auto Name = GV.getName().str(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h52 const char *const Name; member in class:llvm::TrackingStatistic
58 constexpr TrackingStatistic(const char *DebugType, const char *Name, argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCLog.h41 std::string Name; member in class:clang::cxindex::Logger
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c119 value llvm_ee_get_global_value_address(value Name, LLVMExecutionEngineRef EE) { argument
124 value llvm_ee_get_function_address(value Name, LLVMExecutionEngineRef EE) { argument

Completed in 328 milliseconds

1234567891011>>