HomeSort by relevance Sort by last modified time
    Searched defs:incorporateFunction (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.cpp 397 void ValueEnumerator::incorporateFunction(const Function &F) {
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 74 // and ValueEnumerator::incorporateFunction().
120 // Here we need to match the union of ValueEnumerator::incorporateFunction()
909 void ValueEnumerator::incorporateFunction(const Function &F) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 105 // and ValueEnumerator::incorporateFunction().
151 // Here we need to match the union of ValueEnumerator::incorporateFunction()
945 void ValueEnumerator::incorporateFunction(const Function &F) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 339 void incorporateFunction(const Function *F) {
344 /// After calling incorporateFunction, use this method to remove the
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 91 // and ValueEnumerator::incorporateFunction().
634 void incorporateFunction(const Function *F) {
641 /// After calling incorporateFunction, use this method to remove the
720 void ModuleSlotTracker::incorporateFunction(const Function &F) {
730 Machine->incorporateFunction(&F);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AsmWriter.cpp 138 // and ValueEnumerator::incorporateFunction().
741 void incorporateFunction(const Function *F) {
748 /// After calling incorporateFunction, use this method to remove the
835 void ModuleSlotTracker::incorporateFunction(const Function &F) {
845 Machine->incorporateFunction(&F);
    [all...]

Completed in 276 milliseconds