/llvm-project/compiler-rt/lib/builtins/ |
H A D | apple_versioning.c | 13 #define NOT_HERE_BEFORE_10_6(sym) argument 14 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument 24 #define NOT_HERE_BEFORE_10_6(sym) \ argument 29 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument 199 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
|
/llvm-project/lld/wasm/ |
H A D | Relocations.cpp | 21 static bool requiresGOTAccess(const Symbol *sym) { in requiresGOTAccess() argument 34 allowUndefined(const Symbol * sym) allowUndefined() argument 45 reportUndefined(ObjFile * file,Symbol * sym) reportUndefined() argument 76 addGOTEntry(Symbol * sym) addGOTEntry() argument 98 Symbol *sym = file->getSymbols()[reloc.Index]; scanRelocations() local [all...] |
H A D | SyntheticSections.cpp | 91 if (sym->isLive()) { in writeBody() local 106 LLVM_DEBUG(llvm::dbgs() << "export info: " << toString(*sym) << "\ in writeBody() local 126 for (const Symbol *sym : importInfo) { writeBody() local 171 addGOTEntry(Symbol * sym) addGOTEntry() argument 186 addImport(Symbol * sym) addImport() argument 256 for (const Symbol *sym : importedSymbols) { writeBody() local 278 for (const Symbol *sym : gotSymbols) { writeBody() local 403 addInternalGOTEntry(Symbol * sym) addInternalGOTEntry() argument 425 for (const Symbol *sym : internalGotSymbols) { generateRelocationCode() local 471 for (const Symbol *sym : internalGotSymbols) { writeBody() local 528 for (const DefinedData *sym : dataAddressGlobals) { writeBody() local 560 addEntry(FunctionSymbol * sym) addEntry() argument 604 for (const FunctionSymbol *sym : indirectFunctions) { writeBody() local 635 for (const Symbol *sym : symtabEntries) { writeBody() local 747 addToSymtab(Symbol * sym) addToSymtab() argument [all...] |
H A D | MarkLive.cpp | 55 void MarkLive::enqueue(Symbol *sym) { in enqueue() argument 143 Symbol *sym = c->file->getSymbol(reloc.Index); mark() local 221 auto *sym = file->getFunctionSymbol(f.Symbol); isCallCtorsLive() local [all...] |
/llvm-project/lld/test/ELF/Inputs/ |
H A D | ppc64-addr16-error.s | 1 .global sym symbol 3 sym = 0 define
|
/llvm-project/llvm/test/MC/AArch64/ |
H A D | adrp-relocation.s | 14 .global sym symbol 15 sym: label
|
H A D | adrp-relocation2.s | 6 .globl sym symbol 7 sym: label
|
/llvm-project/lld/test/ELF/ |
H A D | merge-gc-piece.s | 32 .global sym symbol 33 sym: label
|
H A D | arm-pie-relative.s | 20 .global sym symbol 21 sym: label
|
H A D | mips-got-weak.s | 44 .global sym symbol 55 sym: label
|
/llvm-project/flang/lib/Lower/ |
H A D | HostAssociations.cpp | 64 static bool isDerivedWithLenParameters(const Fortran::semantics::Symbol &sym) { in isDerivedWithLenParameters() 73 static void bindCapturedSymbol(const Fortran::semantics::Symbol &sym, in bindCapturedSymbol() 132 const Fortran::semantics::Symbol &sym, in visit() 138 const Fortran::semantics::Symbol &sym, in visit() 144 const Fortran::semantics::Symbol &sym, in visit() 156 const Fortran::semantics::Symbol &sym) { in getType() 173 const Fortran::semantics::Symbol &sym, in getFromTuple() 184 const Fortran::semantics::Symbol &sym) { in getType() 204 const Fortran::semantics::Symbol &sym, in getFromTuple() 220 const Fortran::semantics::Symbol &sym) { in getType() [all …]
|
H A D | SymbolMap.cpp | 21 void Fortran::lower::SymMap::addSymbol(Fortran::semantics::SymbolRef sym, in addSymbol() 38 auto *sym = symRef->HasLocalLocality() ? &*symRef : &symRef->GetUltimate(); in lookupSymbol() local 50 auto *sym = symRef->HasLocalLocality() ? &*symRef : &symRef->GetUltimate(); in shallowLookupSymbol() local 63 auto *sym = symRef->HasLocalLocality() ? &*symRef : &symRef->GetUltimate(); in lookupOneLevelUpSymbol() local
|
/llvm-project/lld/COFF/ |
H A D | MarkLive.cpp | 47 if (auto *sym = dyn_cast<DefinedRegular>(b)) markLive() local 49 else if (auto *sym = dyn_cast<DefinedImportData>(b)) markLive() local 51 else if (auto *sym = dyn_cast<DefinedImportThunk>(b)) markLive() local
|
H A D | Symbols.cpp | 74 check(cast<ObjFile>(d->file)->getCOFFObj()->getSymbolName(d->sym)); in getFile() local 70 if (auto *sym = dyn_cast<DefinedCOFF>(this)) getFile() local 72 if (auto *sym = dyn_cast<LazyArchive>(this)) getFile() local 76 if (auto *sym = dyn_cast<LazyDLLSymbol>(this)) getFile() local [all...] |
H A D | InputFiles.cpp | 109 if (sym.isBigObj()) { in addMember() argument 104 for (const Archive::Symbol &sym : file->symbols()) parse() local 321 readAssociativeDefinition(COFFSymbolRef sym,const coff_aux_section_definition * def) readAssociativeDefinition() argument 325 readAssociativeDefinition(COFFSymbolRef sym,const coff_aux_section_definition * def,uint32_t parentIndex) readAssociativeDefinition() argument 366 recordPrevailingSymbolForMingw(COFFSymbolRef sym,DenseMap<StringRef,uint32_t> & prevailingSectionMap) recordPrevailingSymbolForMingw() argument 383 maybeAssociateSEHForMingw(COFFSymbolRef sym,const coff_aux_section_definition * def,const DenseMap<StringRef,uint32_t> & prevailingSectionMap) maybeAssociateSEHForMingw() argument 396 createRegular(COFFSymbolRef sym) createRegular() argument 459 COFFSymbolRef sym = check(coffObj->getSymbol(i)); initializeSymbols() local 476 Symbol *sym = kv.first; initializeSymbols() local 485 createUndefined(COFFSymbolRef sym) createUndefined() argument 494 COFFSymbolRef sym = check(obj->getSymbol(i)); findSectionDef() local 504 handleComdatSelection(COFFSymbolRef sym,COMDATType & selection,bool & prevailing,DefinedRegular * leader,const llvm::object::coff_aux_section_definition * def) handleComdatSelection() argument 625 createDefined(COFFSymbolRef sym,std::vector<const coff_aux_section_definition * > & comdatDefs,bool & prevailing) createDefined() argument 765 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); initializeFlags() local 1084 Symbol *sym; parse() local 1137 for (const lto::InputFile::Symbol &sym : obj->symbols()) parseLazy() local [all...] |
H A D | SymbolTable.cpp | 179 Symbol *sym; getSymbolLocations() member 198 Symbol *sym = getSymbol(sc, r.VirtualAddress); getSymbolLocations() local 250 Symbol *sym; global() member 283 Symbol *sym = i.second; loadMinGWSymbols() local 345 handleMinGWAutomaticImport(Symbol * sym,StringRef name) handleMinGWAutomaticImport() argument 456 Symbol *sym = i.second; reportUnresolvable() local 487 Symbol *sym = i.second; resolveRemainingUndefines() local 547 Symbol *&sym = symMap[CachedHashStringRef(name)]; insert() local 599 addLazyArchive(ArchiveFile * f,const Archive::Symbol & sym) addLazyArchive() argument 628 addLazyDLLSymbol(DLLFile * f,DLLFile::Symbol * sym,StringRef n) addLazyDLLSymbol() argument 709 addAbsolute(StringRef n,COFFSymbolRef sym) addAbsolute() argument 746 addRegular(InputFile * f,StringRef n,const coff_symbol_generic * sym,SectionChunk * c,uint32_t sectionOffset,bool isWeak) addRegular() argument 759 addComdat(InputFile * f,StringRef n,const coff_symbol_generic * sym) addComdat() argument 773 addCommon(InputFile * f,StringRef n,uint64_t size,const coff_symbol_generic * sym,CommonChunk * c) addCommon() argument 809 Symbol *sym = findUnderscore(name); addLibcall() local 858 if (Symbol *sym = find(name)) { findMangle() local [all...] |
/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 34 int &idx1 = symMap[CachedHashStringRef(sym->getName())]; in wrap() argument 80 Symbol *sym = symVector[p.first->second]; insert() local 88 Symbol *sym = reinterpret_cast<Symbol *>(make<SymbolUnion>()); insert() local 104 Symbol *sym = insert(newSym.getName()); addAndCheckDuplicate() local 122 canBeVersioned(const Symbol & sym) canBeVersioned() argument 166 if (Symbol *sym = find(ver.name)) findByVersion() local 176 __anon474e4c420102(const Symbol &sym) findAllByVersion() argument [all...] |
H A D | Relocations.cpp | 68 static void printDefinedLocation(ELFSyncStream &s, const Symbol &sym) { in getLinkerScriptLocation() argument 76 getDefinedLocation(const Symbol & sym) getDefinedLocation() argument 90 getLocation(InputSectionBase & s,const Symbol & sym,uint64_t off) getLocation() argument 130 reportRangeError(uint8_t * loc,int64_t v,int n,const Symbol & sym,const Twine & msg) reportRangeError() argument 192 isAbsolute(const Symbol & sym) isAbsolute() argument 200 isAbsoluteValue(const Symbol & sym) isAbsoluteValue() argument 298 Symbol *sym = symtab.find(name); getSymbolsAt() local 317 replaceWithDefined(Symbol & sym,SectionBase & sec,uint64_t value,uint64_t size) replaceWithDefined() argument 521 maybeReportDiscarded(Undefined & sym) maybeReportDiscarded() argument 564 Undefined *sym; global() member 595 getAlternativeSpelling(const Undefined & sym,std::string & pre_hint,std::string & post_hint) getAlternativeSpelling() argument 711 Undefined &sym = *undef.sym; reportUndefinedSymbol() local 818 maybeReportUndefined(Undefined & sym,InputSectionBase & sec,uint64_t offset) maybeReportUndefined() argument 871 addRelativeReloc(InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelExpr expr,RelType type) addRelativeReloc() argument 913 addPltEntry(PltSection & plt,GotPltSection & gotPlt,RelocationBaseSection & rel,RelType type,Symbol & sym) addPltEntry() argument 922 addGotEntry(Symbol & sym) addGotEntry() argument 941 addTpOffsetGotEntry(Symbol & sym) addTpOffsetGotEntry() argument 955 canDefineSymbolInExecutable(Symbol & sym) canDefineSymbolInExecutable() argument 982 isStaticLinkTimeConstant(RelExpr e,RelType type,const Symbol & sym,uint64_t relOff) const isStaticLinkTimeConstant() argument 1054 processAux(RelExpr expr,RelType type,uint64_t offset,Symbol & sym,int64_t addend) const processAux() argument 1270 handleMipsTlsRelocation(RelType type,Symbol & sym,InputSectionBase & c,uint64_t offset,int64_t addend,RelExpr expr) handleMipsTlsRelocation() argument 1293 handleTlsRelocation(RelType type,Symbol & sym,InputSectionBase & c,uint64_t offset,int64_t addend,RelExpr expr) handleTlsRelocation() argument 1439 Symbol &sym = sec->getFile<ELFT>()->getSymbol(symIndex); scanOne() local 1655 handleNonPreemptibleIfunc(Symbol & sym,uint16_t flags) handleNonPreemptibleIfunc() argument 1738 __anona32bdc270802(Symbol &sym) postScanRelocations() argument 2350 Symbol *sym = symtab.find("__tls_get_addr"); hexagonTLSSymbolUpdate() local [all...] |
H A D | Symbols.cpp | 51 toString(const elf::Symbol & sym) toString() argument 78 getSymVA(const Symbol & sym,int64_t addend) getSymVA() argument 294 printTraceSymbol(const Symbol & sym,StringRef name) printTraceSymbol() argument 311 recordWhyExtract(const InputFile * reference,const InputFile & extracted,const Symbol & sym) recordWhyExtract() argument 315 maybeWarnUnorderableSymbol(const Symbol * sym) maybeWarnUnorderableSymbol() argument 351 computeIsPreemptible(const Symbol & sym) computeIsPreemptible() argument 528 reportDuplicate(const Symbol & sym,const InputFile * newFile,InputSectionBase * errSec,uint64_t errOffset) reportDuplicate() argument [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 311 bool lldb_private::npdb::SymbolHasAddress(const CVSymbol &sym) { in SymbolHasAddress() 338 bool lldb_private::npdb::SymbolIsCode(const CVSymbol &sym) { in SymbolIsCode() 356 template <typename RecordT> RecordT createRecord(const CVSymbol &sym) { in createRecord() 363 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() 369 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset() 374 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset() 380 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset() 385 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() 391 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() 396 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() [all …]
|
/llvm-project/flang/include/flang/Lower/ |
H A D | SymbolMap.h | 251 lookupSymbol(const semantics::Symbol * sym) lookupSymbol() argument 258 shallowLookupSymbol(const semantics::Symbol * sym) shallowLookupSymbol() argument 265 lookupOneLevelUpSymbol(const semantics::Symbol * sym) lookupOneLevelUpSymbol() argument 312 lookupVariableDefinition(semantics::SymbolRef sym) lookupVariableDefinition() argument 322 auto *sym = symRef->HasLocalLocality() ? &*symRef : &symRef->GetUltimate(); global() variable [all...] |
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | DataSharingProcessor.cpp | 81 for (const semantics::Symbol *sym : allPrivatizedSymbols) insertDeallocs() local 115 cloneSymbol(const semantics::Symbol * sym) cloneSymbol() argument 122 copyFirstPrivateSymbol(const semantics::Symbol * sym,mlir::OpBuilder::InsertPoint * copyAssignIP) copyFirstPrivateSymbol() argument 128 copyLastPrivateSymbol(const semantics::Symbol * sym,mlir::OpBuilder::InsertPoint * lastPrivIP) copyLastPrivateSymbol() argument 161 for (auto *sym : explicitlyPrivatizedSymbols) collectSymbolsForPrivatization() local 173 for (const semantics::Symbol *sym : allPrivatizedSymbols) { needBarrier() local 359 __anon85718bcc1102(const semantics::Symbol &sym) collectSymbols() argument 366 __anon85718bcc1202(const semantics::Symbol *sym) collectSymbols() argument 377 for (const auto *sym : allSymbols) { collectSymbols() local 415 for (const semantics::Symbol *sym : allPrivatizedSymbols) { privatize() local 427 for (const semantics::Symbol *sym : allPrivatizedSymbols) copyLastPrivatize() local 438 doPrivatize(const semantics::Symbol * sym,mlir::omp::PrivateClauseOps * clauseOps) doPrivatize() argument [all...] |
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64_32.cpp | 72 void ARM64_32::writeStub(uint8_t *buf8, const Symbol &sym, in writeStub() 96 void ARM64_32::writeStubHelperEntry(uint8_t *buf8, const Symbol &sym, in writeStubHelperEntry() 101 void ARM64_32::writeObjCMsgSendStub(uint8_t *buf, Symbol *sym, in writeObjCMsgSendStub()
|
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 308 addNonLazyBindingEntries(const Symbol * sym,const InputSection * isec,uint64_t offset,int64_t addend) addNonLazyBindingEntries() argument 338 addEntry(Symbol * sym) addEntry() argument 365 writeChainedBind(uint8_t * buf,const Symbol * sym,int64_t addend) writeChainedBind() argument 377 writeChainedFixup(uint8_t * buf,const Symbol * sym,int64_t addend) writeChainedFixup() argument 555 ordinalForSymbol(const Symbol & sym) ordinalForSymbol() argument 631 const Symbol *sym = p.first; finalizeContents() local 672 const Symbol *sym = p.first; finalizeContents() local 710 for (const Symbol *sym : entries) { writeTo() local 720 addBindingsForStub(Symbol * sym) addBindingsForStub() argument 747 addEntry(Symbol * sym) addEntry() argument 775 for (const Symbol *sym : in.lazyBinding->getEntries()) { writeTo() local 829 if (const auto *sym = Reloc.referent.dyn_cast<Symbol *>()) { initialize() local 881 isObjCStubSymbol(Symbol * sym) isObjCStubSymbol() argument 885 getMethname(Symbol * sym) getMethname() argument 892 addEntry(Symbol * sym) addEntry() argument 942 Defined *sym = symbols[i]; writeTo() local 969 for (const Symbol *sym : in.stubs->getEntries()) { writeTo() local 998 addEntry(Symbol * sym) addEntry() argument 1013 encode(const Symbol & sym) encode() argument 1038 for (const Symbol *sym : symtab->getSymbols()) { finalizeContents() local 1128 for (const Symbol *sym : objFile->symbols) { finalizeContents() local 1212 Symbol *sym = entry.sym; emitStabs() local 1283 __anon2eb7a2b80b02(std::vector<SymtabEntry> &symbols, Symbol *sym) finalizeContents() argument 1291 __anon2eb7a2b80c02(Symbol *sym) finalizeContents() argument 1297 __anon2eb7a2b80e02(Symbol *sym) finalizeContents() argument 1303 __anon2eb7a2b80f02(Symbol *sym) finalizeContents() argument 1480 indirectValue(const Symbol * sym) indirectValue() argument 1488 for (const Symbol *sym : in.got->getEntries()) { writeTo() local 1492 for (const Symbol *sym : in.tlvPointers->getEntries()) { writeTo() local 1496 for (const Symbol *sym : in.stubs->getEntries()) { writeTo() local 1507 for (const Symbol *sym : in.stubs->getEntries()) { writeTo() local 1972 Symbol *sym = rel.referent.dyn_cast<Symbol *>(); setUp() local 2079 for (const Symbol *sym : isec->symbols) { isMethodList() local 2279 needsWeakBind(const Symbol & sym) needsWeakBind() argument 2287 addBinding(const Symbol * sym,const InputSection * isec,uint64_t offset,int64_t addend) addBinding() argument 2306 getBinding(const Symbol * sym,int64_t addend) const getBinding() argument 2432 const Symbol &sym = *import.first; writeTo() local [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ConstraintManager.h | 109 SymbolRef sym) const { in getSymVal() 117 SymbolRef sym) const { in getSymMinVal() 125 SymbolRef sym) const { in getSymMaxVal()
|