Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp168 static bool isArchMatched(uint32_t newFlags, uint32_t res) { in isArchMatched() argument
280 uint32_t newFlags = f.flags & (EF_MIPS_ARCH | EF_MIPS_MACH); in getArchFlags() local
[all...]
/llvm-project/lld/wasm/
H A DSymbolTable.cpp292 shouldReplace(const Symbol * existing,InputFile * newFile,uint32_t newFlags) shouldReplace() argument
/llvm-project/lld/ELF/
H A DWriter.cpp2231 uint64_t newFlags = computeFlags(sec->getPhdrFlags()); createPhdrs() local