Home
last modified time | relevance | path

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

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