/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 460 Counter section in Encoding 470 .. _counter-tag: 472 Tag: 501 Counter Expressions argument 590 .. _source range:
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 96 struct Counter { struct 99 enum CounterKind { Zero, CounterValueReference, Expression }; argument 102 static const unsigned EncodingCounterTagAndExpansionRegionTagBits = argument 109 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {} in Counter() argument 114 CounterKind getKind() const { return Kind; } in getKind() argument 120 unsigned getCounterID() const { return ID; } in getCounterID() argument 124 friend bool operator==(const Counter &LHS, const Counter &RHS) { argument 137 static Counter getZero() { return Counter(); } in getZero() argument 140 static Counter getCounter(unsigned CounterId) { in getCounter() argument 146 static Counter getExpression(unsigned ExpressionId) { in getExpression() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
H A D | mutex_test.cpp | 55 unsigned *Counter, in synchronousIncrementTask() 73 unsigned Counter = 0; in runSynchronisedTest() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | DebugCounter.cpp | 113 CounterInfo &Counter = Counters[CounterID]; in push_back() local 126 CounterInfo &Counter = Counters[CounterID]; in push_back() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | PerfHelper.cpp | 97 Counter::Counter(PerfEvent &&E) : Event(std::move(E)){ in Counter() function in llvm::exegesis::pfm::Counter 146 Counter::Counter(PerfEvent &&Event) : Event(std::move(Event)) {} in Counter() function in llvm::exegesis::pfm::Counter
|
H A D | Target.h | 53 const char *Counter; member
|
H A D | BenchmarkRunner.cpp | 84 pfm::Counter *Counter = CounterOrError.get().get(); in runAndSample() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 210 unsigned long Counter = 0; member in __anon59a745250411::UnexploredFirstPriorityQueue 266 unsigned long Counter = 0; member in __anon59a745250511::UnexploredFirstPriorityLocationQueue
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 31 uint32_t Counter = 0; in collect() local 42 uint32_t Counter = 0; in collect() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 739 uint32_t Indent) { in writeUnsymbolizedProfile() 770 SampleCounter &Counter = *CI.second; in writeUnsymbolizedProfile() local 805 auto ReadCounter = [&](RangeSample &Counter, StringRef Separator) { in readSampleCounters() 869 SampleCounter &Counter = SampleCounters.begin()->second; in computeCounterFromLBR() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MIRVRegNamerUtils.cpp | 44 const unsigned Counter = ++VRegNameCollisionMap[Reg.getName()]; in getVRegRenameMap() local
|
H A D | LexicalScopes.cpp | 240 unsigned Counter = 0; in constructScopeNest() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | segmented_array_test.cpp | 215 auto Counter = Max; in TEST() local 252 auto Counter = Max; in TEST() local
|
H A D | buffer_queue_test.cpp | 172 std::atomic<int> Counter{0}; in TEST() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 66 const llvm::StringRef Counter = PfmCounterDef->getValueAsString("Counter"); in collectPfmCounters() local
|
H A D | CallingConvEmitter.cpp | 23 unsigned Counter; member in __anondd53867c0111::CallingConvEmitter
|
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | metrics.py | 36 class Counter: class
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ |
H A D | AllTUsExecution.cpp | 109 unsigned Counter = 0; in execute() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 231 size_t Counter; member in clang::dataflow::__anon4d876d890111::DebugStringGenerator
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 28 size_t Counter = 0; in addInitSymbol() local
|
H A D | Layer.cpp | 88 size_t Counter = 0; in IRMaterializationUnit() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 196 Oracle Counter(AllChunks); in runDeltaPass() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 302 unsigned Counter = 0; in dfs() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 230 static void WorkerThread(const Command &BaseCmd, std::atomic<unsigned> *Counter, in WorkerThread() 288 std::atomic<unsigned> Counter(0); in RunInMultipleProcesses() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 536 Value *PredicateInfoBuilder::materializeStack(unsigned int &Counter, in materializeStack() 623 unsigned Counter = 0; in renameUses() local
|