Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp52 #define LLVM_SYMBOLIZER_GET_FUNC(Function) \ argument
57 #define LLVM_SYMBOLIZER_INTERCEPTOR1(Function, ...) \ argument
65 #define LLVM_SYMBOLIZER_INTERCEPTOR2(Function, ...) \ argument
75 #define LLVM_SYMBOLIZER_INTERCEPTOR3(Function, ...) \ argument
87 #define LLVM_SYMBOLIZER_INTERCEPTOR4(Function, ...) \ argument
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScopedNoAliasAA.h24 class Function; variable
34 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
H A DTypeBasedAliasAnalysis.h26 class Function; variable
36 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
H A DIntervalIterator.h49 class Function; variable
60 inline BasicBlock *getSourceGraphNode(Function *, BasicBlock *BB) { in getSourceGraphNode() argument
249 inline function_interval_iterator intervals_end(Function *) { in intervals_end() argument
H A DReplayInlineAdvisor.h17 class Function; variable
44 enum class Scope : int { Function, Module }; enumerator
H A DAssumptionCache.h30 class Function; variable
114 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp24 void LVSymbolTable::add(StringRef Name, LVScope *Function, in add()
55 LVScope *Function = SymbolNames[SymbolName].Scope; in add() local
61 LVSectionIndex LVSymbolTable::update(LVScope *Function) { in update()
121 void LVBinaryReader::addToSymbolTable(StringRef Name, LVScope *Function, in addToSymbolTable()
130 LVSectionIndex LVBinaryReader::updateSymbolTable(LVScope *Function) { in updateSymbolTable()
456 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions()
513 LVScope *Function) { in processLines()
/openbsd/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp281 struct Function { struct
282 StringRef Name;
283 ParamsSeq Params;
284 NullabilitySeq Nullability;
285 std::optional<NullabilityKind> NullabilityOfRet;
286 std::optional<api_notes::RetainCountConventionKind> RetainCountConvention;
287 AvailabilityItem Availability;
288 std::optional<bool> SwiftPrivate;
289 StringRef SwiftName;
290 StringRef Type;
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp161 ValueHandle Function, in handleFunctionTypeMismatch()
189 ValueHandle Function, in __ubsan_handle_function_type_mismatch_v1()
197 FunctionTypeMismatchData *Data, ValueHandle Function, in __ubsan_handle_function_type_mismatch_v1_abort()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h21 class Function; variable
33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp241 SmallSet<Function *, 8> &Changed) { in addMemoryAttrs()
713 SmallSet<Function *, 8> &Changed) { in addArgumentReturnedAttrs()
828 SmallSet<Function *, 8> &Changed) { in addArgumentAttrs()
1077 SmallSet<Function *, 8> &Changed) { in addNoAliasAttrs()
1185 SmallSet<Function *, 8> &Changed) { in addNonNullAttrs()
1296 SmallSet<Function *, 8> &Changed) { in run()
1417 SmallSet<Function *, 8> &Changed) { in inferConvergent()
1503 SmallSet<Function *, 8> &Changed) { in addNoRecurseAttrs()
1570 SmallSet<Function *, 8> &Changed) { in addNoReturnAttrs()
1614 SmallSet<Function *, 8> &Changed) { in addWillReturn()
[all …]
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp271 FunctionRecord Function(OrigFuncName, Record.Filenames); in loadFunctionRecord() local
460 void insert(const FunctionRecord &Function, unsigned FileID) { in insert()
718 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local
727 const FunctionRecord &Function) { in gatherFileIDs()
737 findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID()
752 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID()
772 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile() local
801 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups() local
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DInstrumentationMap.h46 uint64_t Function; member
60 yaml::Hex64 Function; member
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls()
404 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions()
432 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp473 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
488 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp27 MapVector<std::pair<Function *, Function *>, uint64_t> &Counts) { in addModuleFlags() argument
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.h18 class Function; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DDeadStoreElimination.h24 class Function; variable
H A DLoopDistribute.h23 class Function; variable
H A DLoopFuse.h21 class Function; variable
H A DNewGVN.h21 class Function; variable
H A DLoopSink.h20 class Function; variable
H A DDCE.h20 class Function; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DMem2Reg.h21 class Function; variable
H A DStripGCRelocates.h16 class Function; variable

12345678910>>...15