reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
lib/Object/COFFObjectFile.cpp 193 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION)
tools/lld/COFF/Writer.cpp 1535 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
tools/llvm-readobj/COFFDumper.cpp 1472 W.printEnum ("ComplexType", Symbol.getComplexType(),
tools/obj2yaml/coff2yaml.cpp 286 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType());