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

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 68 llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
71 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmLayout.h 66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {

Completed in 156 milliseconds