Searched refs:MingwDef (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h44 // This MingwDef flag should be removed once mingw stops this pratice.
47 bool MingwDef = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp59 static bool isDecorated(StringRef Sym, bool MingwDef) { argument
80 (!MingwDef && Sym.contains('@'));
149 : Lex(S), Machine(M), MingwDef(B) {}
245 if (!isDecorated(E.Name, MingwDef))
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef))
289 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef))
358 bool MingwDef; member in class:llvm::object::Parser
363 bool MingwDef) {
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse();
361 parseCOFFModuleDefinition(MemoryBufferRef MB, MachineTypes Machine, bool MingwDef) argument

Completed in 156 milliseconds