Home
last modified time | relevance | path

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

/netbsd/external/bsd/elftosb/dist/common/
H A DELFSourceFile.cpp326 return lookupSymbol(name, symbol); in hasSymbol()
361 if (!lookupSymbol(name, symbol)) in getSymbolSize()
374 bool ELFSourceFile::lookupSymbol(const std::string & name, Elf32_Sym & info) in lookupSymbol() function in ELFSourceFile
H A DELFSourceFile.h119 bool lookupSymbol(const std::string & name, Elf32_Sym & info);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp28 if (Asm->OutContext.lookupSymbol(NameStr)) { in endModule()
H A DWinCFGuard.cpp83 return Asm->OutContext.lookupSymbol(Twine("__imp_") + Sym->getName()); in lookupImpSymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp103 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(Name)); in getOrCreateFunctionTableSymbol()
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDebugMap.h164 const DebugMapEntry *lookupSymbol(StringRef SymbolName) const;
H A DDebugMap.cpp93 DebugMapObject::lookupSymbol(StringRef SymbolName) const { in lookupSymbol() function in llvm::dsymutil::DebugMapObject
H A DDwarfLinkerForBinary.cpp558 if (const auto *Mapping = DMO.lookupSymbol(*SymbolName)) in findValidRelocsMachO()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp415 if (auto *Sym = Asm.getContext().lookupSymbol("__indirect_function_table")) { in executePostLayoutBinding()
539 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()
1865 Asm.getContext().lookupSymbol("__indirect_function_table"); in writeOneObject()
H A DMCContext.cpp338 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const { in lookupSymbol() function in MCContext
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h490 MCSymbol *lookupSymbol(const Twine &Name) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp473 LinkedToSym = dyn_cast_or_null<MCSymbolELF>(getContext().lookupSymbol(Name)); in parseLinkedToSym()
H A DMasmParser.cpp5968 MCSymbol *Sym = getContext().lookupSymbol(Name.lower()); in parseDirectiveIfdef()
6090 MCSymbol *Sym = getContext().lookupSymbol(Name); in parseDirectiveElseIfdef()
6260 MCSymbol *Sym = getContext().lookupSymbol(Name); in parseDirectiveErrorIfdef()
H A DAsmParser.cpp5244 MCSymbol *Sym = getContext().lookupSymbol(Name); in parseDirectiveIfdef()
6291 Sym = Parser.getContext().lookupSymbol(Name); in parseAssignmentExpression()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp181 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(Name)); in GetOrCreateFunctionTableSymbol()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d3113 link = linkReferences.lookupSymbol(label); in replaceLink()
3691 MarkdownLink lookupSymbol(string name) in lookupSymbol() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5784 MCSymbol *Sym = getContext().lookupSymbol(SymbolName); in parseDirectiveVariantPCS()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6574 MCSymbol *Sym = getContext().lookupSymbol(Parser.getTok().getIdentifier()); in searchSymbolAlias()