Home
last modified time | relevance | path

Searched defs:Symbols (Results 76 – 98 of 98) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp478 std::pair<const char *, ExecutorAddr *> Symbols[] = { in bootstrapELFNixRuntime() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h800 SymbolSet Symbols; variable
1670 void addSymbols(SymbolPtrCollection &&Symbols) { in addSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h492 std::optional<std::vector<YAMLFlowString>> Symbols; member
722 std::optional<std::vector<Symbol>> Symbols; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h143 SymbolTable Symbols; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp141 symbols Symbols; member in __anon8030e7770111::WinCOFFWriter
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp287 std::vector<SymbolRef> &Symbols, in getSectionsAndSymbols()
7265 std::vector<SymbolRef> Symbols; in DisassembleMachO() local
7692 std::map<uint64_t, SymbolRef> &Symbols, in findUnwindRelocNameAddend()
7742 std::map<uint64_t, SymbolRef> &Symbols, in printUnwindRelocDest()
7759 std::map<uint64_t, SymbolRef> &Symbols, in printMachOCompactUnwindSection()
7912 std::map<uint64_t, SymbolRef> &Symbols, in printMachOUnwindInfoSection()
8091 std::map<uint64_t, SymbolRef> Symbols; in printMachOUnwindInfo() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1690 InvalidatedSymbols &Symbols; in escapeValues() member in ExprEngine::escapeValues::CollectReachableSymbolsCallback
1693 explicit CollectReachableSymbolsCallback(InvalidatedSymbols &Symbols) in escapeValues()
1703 InvalidatedSymbols Symbols; in escapeValues() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h88 Symbols, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp621 CVSymbolArray Symbols; in traverseSymbolsSubsection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp642 SmallVector<StringRef, 8> Symbols; in demangleSymbols() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp553 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols() function in CommandCompletions
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp855 Array serializeSymbols(InterfaceFile::const_filtered_symbol_range Symbols, in serializeSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp330 static Error addSymbolsFromFile(NameMatcher &Symbols, BumpPtrAllocator &Alloc, in addSymbolsFromFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp431 typename ELFT::SymRange Symbols; member
4763 ArrayRef<Elf_Sym> Symbols = Dumper.dynamic_symbols(); in getSymbolForReloc() local
6442 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress() local
7131 typename ELFT::SymRange Symbols = unwrapOrError( in printSectionHeaders() local
H A DCOFFDumper.cpp1357 CVSymbolArray Symbols; in printCodeViewSymbolsSubsection() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1943 if (const LVSymbols *Symbols = getSymbols()) { in resolveExtra() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h317 Symbols = 0xf1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2339 auto *Symbols = static_cast<SectionSymbolsTy *>(DisInfo); in tryAddingSymbolicOperand() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1787 auto Symbols = Obj.symbols(); in getSymbolNamesFromObject() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1547 Expected<typename ELFFile<ELFT>::Elf_Sym_Range> Symbols = in initSymbolTable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp199 TinyPtrVector<MCSymbol *> Symbols; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5189 const char *Symbols = Contents + Header.symbols_offset; in getDyldChainedFixupTargets() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6153 SmallVector<llvm::Constant*, 8> Symbols(NumClasses); in AddModuleClassList() local

1234