Home
last modified time | relevance | path

Searched refs:ThunksVector (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp1064 if (std::find(ThunksVector.begin(), ThunksVector.end(), Thunk) != in AddThunk()
1065 ThunksVector.end()) in AddThunk()
1068 ThunksVector.push_back(Thunk); in AddThunk()
2107 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout() local
2117 const ThunkInfo &Thunk = ThunksVector[I]; in dumpLayout()
2454 if (std::find(ThunksVector.begin(), ThunksVector.end(), Thunk) != in AddThunk()
2455 ThunksVector.end()) in AddThunk()
2458 ThunksVector.push_back(Thunk); in AddThunk()
3191 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout() local
3192 std::stable_sort(ThunksVector.begin(), ThunksVector.end(), in dumpLayout()
[all …]