Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDIBuilder.cpp64 DISubprogramArray SPs = MDTuple::get(VMContext, AllSubprograms); in finalize()
641 AllSubprograms.push_back(Node); in createFunction()
677 AllSubprograms.push_back(SP); in createMethod()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h62 SmallVector<Value *, 4> AllSubprograms; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp91 DISubprogramArray SPs = MDTuple::get(VMContext, AllSubprograms); in finalize()
766 AllSubprograms.push_back(Node); in createFunction()
802 AllSubprograms.push_back(SP); in createMethod()
/external/llvm/include/llvm/IR/
DDIBuilder.h45 SmallVector<Metadata *, 4> AllSubprograms; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp45 DIArray SPs = getOrCreateArray(AllSubprograms); in finalize()
791 AllSubprograms.push_back(Node); in createFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h54 SmallVector<Metadata *, 4> AllSubprograms; variable