HomeSort by: relevance | last modified time | path
    Searched defs:cloneImpl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 779 Instruction *Instruction::cloneImpl() const {
780 llvm_unreachable("Subclass of Instruction failed to implement cloneImpl");
828 New = cast<clas>(this)->cloneImpl(); \
Instructions.cpp 4322 // cloneImpl() implementations
4328 GetElementPtrInst *GetElementPtrInst::cloneImpl() const {
4332 UnaryOperator *UnaryOperator::cloneImpl() const {
4336 BinaryOperator *BinaryOperator::cloneImpl() const {
4340 FCmpInst *FCmpInst::cloneImpl() const {
4344 ICmpInst *ICmpInst::cloneImpl() const {
4348 ExtractValueInst *ExtractValueInst::cloneImpl() const {
4352 InsertValueInst *InsertValueInst::cloneImpl() const {
4356 AllocaInst *AllocaInst::cloneImpl() const {
4365 LoadInst *LoadInst::cloneImpl() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 251 TempGenericDINode cloneImpl() const {
267 TempGenericDINode clone() const { return cloneImpl(); }
318 TempDISubrange cloneImpl() const {
335 TempDISubrange clone() const { return cloneImpl(); }
378 TempDIGenericSubrange cloneImpl() const {
389 TempDIGenericSubrange clone() const { return cloneImpl(); }
439 TempDIEnumerator cloneImpl() const {
457 TempDIEnumerator clone() const { return cloneImpl(); }
597 TempDIFile cloneImpl() const {
612 TempDIFile clone() const { return cloneImpl(); }
    [all...]
Metadata.h 1157 TempMDTuple cloneImpl() const {
1191 TempMDTuple clone() const { return cloneImpl(); }

Completed in 37 milliseconds