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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h87 struct BranchFixup { struct in namespace:clang::CodeGen
348 SmallVector<BranchFixup, 8> BranchFixups;
510 BranchFixup &addBranchFixup() {
512 BranchFixups.push_back(BranchFixup());
517 BranchFixup &getBranchFixup(unsigned I) {

Completed in 48 milliseconds