Home
last modified time | relevance | path

Searched defs:getMiscFlags (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp93 static uint32_t getMiscFlags(ArrayRef<FileFlags> files) { in getMiscFlags() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h303 inline unsigned getMiscFlags() const { return Misc; } in getMiscFlags() function