Home
last modified time | relevance | path

Searched refs:lookupSymbol (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp28 if (Asm->OutContext.lookupSymbol(NameStr)) { in endModule()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1436 file.pool.lookupSymbol( in crossLink()
1457 file.pool.lookupSymbol( in crossLink()
2133 file.pool.lookupSymbol( in crossLink()
2142 file.pool.lookupSymbol( in crossLink()
2355 GenericDescriptor lookupSymbol( in lookupSymbol() method in Descriptors.DescriptorPool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp124 Context.lookupSymbol("." + Entry.Fn->getName()); in getAddrLabelSymbolToEmit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h377 MCSymbol *lookupSymbol(const Twine &Name) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp265 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const { in lookupSymbol() function in MCContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp454 Associated = dyn_cast_or_null<MCSymbolELF>(getContext().lookupSymbol(Name)); in parseMetadataSym()
DAsmParser.cpp5173 MCSymbol *Sym = getContext().lookupSymbol(Name); in parseDirectiveIfdef()
6072 Sym = Parser.getContext().lookupSymbol(Name); in parseAssignmentExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp6375 MCSymbol *Sym = getContext().lookupSymbol(Parser.getTok().getIdentifier()); in searchSymbolAlias()