/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 52 #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 D | ScopedNoAliasAA.h | 24 class Function; variable 34 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
|
H A D | TypeBasedAliasAnalysis.h | 26 class Function; variable 36 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
|
H A D | IntervalIterator.h | 49 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 D | ReplayInlineAdvisor.h | 17 class Function; variable 44 enum class Scope : int { Function, Module }; enumerator
|
H A D | AssumptionCache.h | 30 class Function; variable 114 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 24 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 D | APINotesYAMLCompiler.cpp | 281 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 D | ubsan_handlers_cxx.cpp | 161 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 D | AssemblyAnnotationWriter.h | 21 class Function; variable 33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 241 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 D | CoverageMapping.cpp | 271 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 D | InstrumentationMap.h | 46 uint64_t Function; member 60 yaml::Hex64 Function; member
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 245 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 D | AMDGPUReplaceLDSUseWithPointer.cpp | 473 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 D | CGProfile.cpp | 27 MapVector<std::pair<Function *, Function *>, uint64_t> &Counts) { in addModuleFlags() argument
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | proto_to_cxx.h | 18 class Function; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | DeadStoreElimination.h | 24 class Function; variable
|
H A D | LoopDistribute.h | 23 class Function; variable
|
H A D | LoopFuse.h | 21 class Function; variable
|
H A D | NewGVN.h | 21 class Function; variable
|
H A D | LoopSink.h | 20 class Function; variable
|
H A D | DCE.h | 20 class Function; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | Mem2Reg.h | 21 class Function; variable
|
H A D | StripGCRelocates.h | 16 class Function; variable
|