Searched defs:GCOVFunction (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DGCOV.h36 class GCOVFunction;
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
271 /// GCOVFunction - Collects function information.
272 class GCOVFunction { class in namespace:llvm
277 GCOVFunction(GCOVFile &P) : Parent(P) {} function in class:llvm::GCOVFunction
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {}
329 const GCOVFunction &getParent() const { return Parent; }
369 GCOVFunction &Parent;
384 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
420 const GCOVFunction *Functio
[all...]

Completed in 136 milliseconds