Searched defs:Comdat (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DComdat.cpp1 //===-- Comdat.cpp - Implement Metadata classes --------------------------===//
10 // This file implements the Comdat class.
14 #include "llvm/IR/Comdat.h"
18 Comdat::Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name) function in class:Comdat
21 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} function in class:Comdat
23 Comdat function in class:Comdat
[all...]
/external/llvm/include/llvm/IR/
H A DComdat.h1 //===-- llvm/IR/Comdat.h - Comdat definitions -------------------*- C++ -*-===//
11 /// This file contains the declaration of the Comdat class, which represents a
31 class Comdat { class in namespace:llvm
41 Comdat(Comdat &&C);
50 Comdat();
51 Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name);
52 Comdat(cons
[all...]

Completed in 172 milliseconds