llvm-6502/lib/VMCore
Chris Lattner a5c3dec126 * s/Method/Function
* Implement a check to make sure a function is not internal and external
  at the same time


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2050 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-29 19:06:18 +00:00
..
AsmWriter.cpp s/Method/Function 2002-03-29 03:44:36 +00:00
BasicBlock.cpp
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
Constants.cpp
Dominators.cpp
Function.cpp s/Method/Function 2002-03-29 03:44:36 +00:00
iBranch.cpp
iCall.cpp
iMemory.cpp * AllocationInst ctor moved here from iMemory.h 2002-03-21 22:37:48 +00:00
InstrTypes.cpp Change references from Method to Function 2002-03-26 18:01:55 +00:00
Instruction.cpp
iOperators.cpp
iSwitch.cpp
Linker.cpp s/Method/Function 2002-03-29 03:44:36 +00:00
Makefile
Module.cpp Add new addTypeName method to Module class 2002-03-29 04:48:40 +00:00
Pass.cpp Change references from Method to Function 2002-03-26 18:01:55 +00:00
PassManagerT.h Rename Method to Function 2002-03-23 22:51:58 +00:00
SlotCalculator.cpp
SymbolTable.cpp Change references from Method to Function 2002-03-26 18:01:55 +00:00
Type.cpp s/Method/Function 2002-03-29 03:44:36 +00:00
Value.cpp Add an assertion to catch a misuse of replaceAllUsesWith 2002-03-21 05:38:15 +00:00
ValueHolderImpl.h Add an insert method to VAlueHolder to allow batch insertion 2002-03-29 05:49:37 +00:00
Verifier.cpp * s/Method/Function 2002-03-29 19:06:18 +00:00