Home
last modified time | relevance | path

Searched defs:getSectionOrder (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCAsmLayout.h69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCAsmLayout.h66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmLayout.h69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCAsmLayout.h69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCAsmLayout.h69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmLayout.h65 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
66 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCAsmLayout.h69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function
70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp1565 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DWasmObjectFile.cpp1867 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1305 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const { in getSectionOrder() function in mcld::GNULDBackend