Home
last modified time | relevance | path

Searched defs:orderedSections (Results 1 – 3 of 3) sorted by relevance

/llvm-project/openmp/runtime/tools/
H A Dmessage-converter.py83 orderedSections = ["meta", "strings", "formats", "messages", "hints"] global() variable in MessageData
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp28 SmallVector<jitlink::Section *> orderedSections(jitlink::LinkGraph &G) { in orderedSections() function
/llvm-project/lld/ELF/
H A DWriter.cpp1102 SmallVector<std::pair<InputSection *, int>, 0> orderedSections; sortISDBySectionOrder() local