Searched refs:Name (Results 226 - 250 of 1455) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h53 const char *Name; member in class:clang::driver::Tool
71 Tool(const char *Name, const char *ShortName, const ToolChain &TC,
79 const char *getName() const { return Name; }
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp34 #define EXTERNAL_FUNC(Name, Default) \
36 Name) "=" WIN_SYM_PREFIX STRINGIFY(Default)))
42 #define EXTERNAL_FUNC(Name, Default) \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp25 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \
26 RegisterFlag(parser, #Name, Description, &o->Name);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolVisitorCallbackPipeline.h60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
61 Error visitKnownRecord(CVSymbol &CVR, Name &Record) override { \
68 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
H A DTypeDeserializer.h84 #define TYPE_RECORD(EnumName, EnumVal, Name) \
85 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override { \
86 return visitKnownRecordImpl<Name##Record>(CVR, Record); \
88 #define MEMBER_RECORD(EnumName, EnumVal, Name)
89 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
90 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
136 #define TYPE_RECORD(EnumName, EnumVal, Name)
137 #define MEMBER_RECORD(EnumName, EnumVal, Name) \
138 Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override { \
139 return visitKnownMemberImpl<Name##Recor
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h67 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
88 static bool isImplicitlyDiscardable(StringRef Name) { argument
89 return Name.startswith(".debug");
H A DMCSectionELF.h63 void setSectionName(StringRef Name) { SectionName = Name; } argument
68 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionXCOFF.h36 StringRef Name; member in class:llvm::final
45 : MCSection(SV_XCOFF, K, Begin), Name(Section), MappingClass(SMC),
61 StringRef getSectionName() const { return Name; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp78 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType, local
80 if (Name) {
81 SymbolicOp.AddSymbol.Name = Name;
169 if (SymbolicOp.AddSymbol.Name) {
170 StringRef Name(SymbolicOp.AddSymbol.Name);
171 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name);
184 if (SymbolicOp.SubtractSymbol.Name) {
185 StringRef Name(SymbolicO
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLanai.h65 bool isValidCPUName(StringRef Name) const override;
69 bool setCPU(const std::string &Name) override;
83 bool validateAsmConstraint(const char *&Name,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h36 : FunctionPass(ID), Name(GraphName) {}
58 ViewGraph(Graph, Name, IsSimple, Title);
69 std::string Name; member in class:llvm::DOTGraphTraitsViewer
78 : FunctionPass(ID), Name(GraphName) {}
97 std::string Filename = Name + "." + F.getName().str() + ".dot";
121 std::string Name; member in class:llvm::DOTGraphTraitsPrinter
130 : ModulePass(ID), Name(GraphName) {}
136 ViewGraph(Graph, Name, IsSimple, Title);
147 std::string Name; member in class:llvm::DOTGraphTraitsModuleViewer
156 : ModulePass(ID), Name(GraphNam
183 std::string Name; member in class:llvm::DOTGraphTraitsModulePrinter
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp38 const std::string Name; member in struct:llvm::Entry
42 : Start(std::move(S)), End(std::move(E)), Name(std::move(N)),
66 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { argument
67 Stack.emplace_back(steady_clock::now(), TimePointType(), std::move(Name),
96 return Val.Name == E.Name;
98 auto &CountAndTotal = CountAndTotalPerName[E.Name];
125 J.attribute("name", E.Name);
210 void timeTraceProfilerBegin(StringRef Name, StringRef Detail) { argument
212 TimeTraceProfilerInstance->begin(Name, [
215 timeTraceProfilerBegin(StringRef Name, llvm::function_ref<std::string()> Detail) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp107 StringRef Name; local
108 if (Parser->parseIdentifier(Name))
117 auto Kind = StringSwitch<Optional<SectionKind>>(Name)
129 return Parser->Error(Lexer->getLoc(), "unknown section kind: " + Name);
131 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue());
151 auto WS = getContext().getWasmSection(Name, Kind.getValue());
159 StringRef Name; local
160 if (Parser->parseIdentifier(Name))
162 auto Sym = getContext().getOrCreateSymbol(Name);
231 StringRef Name; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp30 #define INTERFACE_FUNCTION(Name)
31 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp53 #define INTERFACE_FUNCTION(Name)
54 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_flags.cpp25 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
115 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
116 RegisterFlag(parser, #Name, Description, &cf->Name);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c3 * Module Name: aslprepkg - support for ACPI predefined name package objects
258 ApZeroLengthPackage (Predefined->Info.Name, ParentOp);
303 ApPackageTooLarge (Predefined->Info.Name, ParentOp,
309 ApCheckPackageElements (Predefined->Info.Name, Op,
321 ApCheckObjectType (Predefined->Info.Name, Op,
349 ApCheckObjectType (Predefined->Info.Name, Op,
356 ApCheckObjectType (Predefined->Info.Name, Op,
368 ApCheckObjectType (Predefined->Info.Name, Op,
376 ApCheckPackageList (Predefined->Info.Name, Op,
384 Status = ApCheckObjectType (Predefined->Info.Name, O
[all...]
H A Daslutils.c3 * Module Name: aslutils -- compiler utilities
175 char *Name);
300 printf ("%s\n", AcpiGbl_AmlOpInfo[i].Name);
310 * PARAMETERS: Name - Ascii name of this event
320 char *Name)
332 AslGbl_Events[AslGbl_NextEvent].EventName = Name;
597 * PARAMETERS: ExternalName - Name to convert
686 * Name - Full ExternalName
698 char *Name)
704 if (!Name)
319 UtBeginEvent( char *Name) argument
696 UtAttachNameseg( ACPI_PARSE_OBJECT *Op, char *Name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h568 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
570 unsigned LLVMGetMDKindID(const char *Name, unsigned SLen);
583 unsigned LLVMGetEnumAttributeKindForName(const char *Name, size_t SLen);
703 * Set the original source file name of a module to a string Name with length
707 * @param Name The string to set M's source file name to
708 * @param Len Length of Name
711 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len);
870 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
909 const char *Name, size_t NameLen);
918 const char *Name,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp121 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, argument
123 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
126 unsigned LLVMGetMDKindID(const char *Name, unsigned SLen) { argument
127 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen);
133 unsigned LLVMGetEnumAttributeKindForName(const char *Name, size_t SLen) { argument
134 return getAttrKindFromName(StringRef(Name, SLen));
259 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len) { argument
260 unwrap(M)->setSourceFileName(StringRef(Name, Len));
682 LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, const char *Name) argument
684 return wrap(StructType::create(*unwrap(C), Name));
729 LLVMGetTypeByName(LLVMModuleRef M, const char *Name) argument
825 LLVMSetValueName2(LLVMValueRef Val, const char *Name, size_t NameLen) argument
833 LLVMSetValueName(LLVMValueRef Val, const char *Name) argument
[all...]
H A DInstructions.cpp422 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, argument
426 init(Ty, Func, Name);
429 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, argument
433 init(Ty, Func, Name);
527 Function *MallocF, const Twine &Name) {
583 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
590 Result = new BitCastInst(MCall, AllocPtrType, Name);
614 const Twine &Name) {
616 ArraySize, None, MallocF, Name);
623 const Twine &Name) {
522 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
610 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
618 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
636 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
643 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
1210 AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, Instruction *InsertBefore) argument
1214 AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, BasicBlock *InsertAtEnd) argument
1218 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, const Twine &Name, Instruction *InsertBefore) argument
1223 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, const Twine &Name, BasicBlock *InsertAtEnd) argument
1227 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, MaybeAlign Align, const Twine &Name, Instruction *InsertBefore) argument
1238 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, MaybeAlign Align, const Twine &Name, BasicBlock *InsertAtEnd) argument
1290 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, Instruction *InsertBef) argument
1294 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, BasicBlock *InsertAE) argument
1298 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, Instruction *InsertBef) argument
1302 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, BasicBlock *InsertAE) argument
1306 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, MaybeAlign Align, Instruction *InsertBef) argument
1311 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, MaybeAlign Align, BasicBlock *InsertAE) argument
1316 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, Instruction *InsertBef) argument
1328 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAE) argument
1589 init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &Name) argument
1696 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1710 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, BasicBlock *InsertAE) argument
1735 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1749 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, BasicBlock *InsertAE) argument
1781 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, Instruction *InsertBefore) argument
1798 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, BasicBlock *InsertAtEnd) argument
2099 init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &Name) argument
2131 init(ArrayRef<unsigned> Idxs, const Twine &Name) argument
2183 UnaryOperator(UnaryOps iType, Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2192 UnaryOperator(UnaryOps iType, Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2201 Create(UnaryOps Op, Value *S, const Twine &Name, Instruction *InsertBefore) argument
2207 Create(UnaryOps Op, Value *S, const Twine &Name, BasicBlock *InsertAtEnd) argument
2236 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2249 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2330 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
2338 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
2346 CreateNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2354 CreateNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2362 CreateNSWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2368 CreateNSWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2374 CreateNUWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2380 CreateNUWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2386 CreateFNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2393 CreateFNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2400 CreateNot(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2407 CreateNot(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2739 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2761 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2783 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2791 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2799 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2807 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2815 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2823 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2831 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2849 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2866 CreatePointerBitCastOrAddrSpaceCast( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2879 CreatePointerBitCastOrAddrSpaceCast( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2892 CreateBitOrPointerCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2903 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, Instruction *InsertBefore) argument
2917 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, BasicBlock *InsertAtEnd) argument
2931 CreateFPCast(Value *C, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2944 CreateFPCast(Value *C, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3294 TruncInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3300 TruncInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3306 ZExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3312 ZExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3317 SExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3323 SExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3329 FPTruncInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3335 FPTruncInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3341 FPExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3347 FPExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3353 UIToFPInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3359 UIToFPInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3365 SIToFPInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3371 SIToFPInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3377 FPToUIInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3383 FPToUIInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3389 FPToSIInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3395 FPToSIInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3401 PtrToIntInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3407 PtrToIntInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3413 IntToPtrInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3419 IntToPtrInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3425 BitCastInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3431 BitCastInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3437 AddrSpaceCastInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3443 AddrSpaceCastInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3453 CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, Value *RHS, const Twine &Name, Instruction *InsertBefore, Instruction *FlagsSource) argument
3468 CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, Value *RHS, const Twine &Name, BasicBlock *InsertAtEnd) argument
3481 Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
3501 Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h123 // static uint32_t hash(StringRef Name);
141 DwarfStringPoolEntryRef Name; member in struct:llvm::AccelTableBase::HashData
146 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) argument
147 : Name(Name), HashValue(Hash(Name.getString())) {}
201 void addName(DwarfStringPoolEntryRef Name, Types &&... Args);
206 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, argument
211 auto Iter = Entries.try_emplace(Name.getString(), Name, Has
252 hash(StringRef Name) argument
272 hash(StringRef Name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h277 void setSourceFileName(StringRef Name) { SourceFileName = Name; } argument
309 GlobalValue *getNamedValue(StringRef Name) const;
313 unsigned getMDKindID(StringRef Name) const;
326 StructType *getTypeByName(StringRef Name) const;
345 FunctionCallee getOrInsertFunction(StringRef Name, FunctionType *T,
348 FunctionCallee getOrInsertFunction(StringRef Name, FunctionType *T);
357 FunctionCallee getOrInsertFunction(StringRef Name, argument
361 return getOrInsertFunction(Name,
368 FunctionCallee getOrInsertFunction(StringRef Name, Typ argument
397 getGlobalVariable(StringRef Name, bool AllowInternal = false) argument
409 getNamedGlobal(StringRef Name) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c3 * Module Name: uterror - Various internal error/warning output functions
321 * InternalPath - Name or path of the namespace node
396 * InternalName - Name or path of the namespace node
414 char *Name = NULL; local
432 ACPI_UINT32_MAX, InternalName, NULL, &Name);
438 AcpiOsPrintf ("[%s]", Name);
445 if (Name)
447 ACPI_FREE (Name);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h34 JITSymbol findSymbol(const std::string &Name) override;
37 JITSymbol findSymbolInLogicalDylib(const std::string &Name) override {
201 GlobalVariable *FindGlobalVariableNamedInModulePtrSet(StringRef Name,
227 /// global variable that defines Name. This is very slow operation and
229 GlobalVariable *FindGlobalVariableNamed(StringRef Name,
273 void *getPointerToNamedFunction(StringRef Name,
290 uint64_t getGlobalValueAddress(const std::string &Name) override;
291 uint64_t getFunctionAddress(const std::string &Name) override;
313 JITSymbol findSymbol(const std::string &Name, bool CheckFunctionsOnly);
322 uint64_t getSymbolAddress(const std::string &Name,
[all...]

Completed in 408 milliseconds

1234567891011>>