Searched refs:symbol_end (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp56 for (symbol_iterator I = O.symbol_begin(), E = O.symbol_end(); I != E; ++I) {
66 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
77 if (P.I == O.symbol_end())
92 if (P.I == O.symbol_end())
H A DTapiFile.cpp100 basic_symbol_iterator TapiFile::symbol_end() const { function in class:TapiFile
H A DIRObjectFile.cpp60 basic_symbol_iterator IRObjectFile::symbol_end() const { function in class:IRObjectFile
H A DObject.cpp174 return (*unwrap(SI) == OF->symbol_end()) ? 1 : 0;
245 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h40 basic_symbol_iterator symbol_end() const override;
H A DSymbolicFile.h154 virtual basic_symbol_iterator symbol_end() const = 0;
159 return basic_symbol_iterator_range(symbol_begin(), symbol_end());
H A DCOFFImportFile.h54 basic_symbol_iterator symbol_end() const override {
H A DIRObjectFile.h43 basic_symbol_iterator symbol_end() const override;
H A DArchive.h247 symbol_iterator symbol_end() const;
249 return make_range(symbol_begin(), symbol_end());
H A DXCOFFObjectFile.h254 basic_symbol_iterator symbol_end() const override;
H A DELFObjectFile.h222 return elf_symbol_iterator_range(symbol_begin(), symbol_end());
414 basic_symbol_iterator symbol_end() const override;
879 return symbol_end();
1011 basic_symbol_iterator ELFObjectFile<ELFT>::symbol_end() const { function in class:llvm::object::ELFObjectFile
H A DWasm.h161 basic_symbol_iterator symbol_end() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp36 if (SI == Obj->symbol_end()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp116 Address symbol_end = sc.symbol->GetAddress(); local
117 symbol_end.Slide(sc.symbol->GetByteSize() - 1);
119 range.ContainsFileAddress(symbol_end)) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h347 symbol_iterator symbol_end() { return Symbols.end(); } function in namespace:llvm
348 const_symbol_iterator symbol_end() const { return Symbols.end(); } function in namespace:llvm
350 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); }
352 return make_range(symbol_begin(), symbol_end());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h87 static symbol_iterator symbol_end() { return symbol_iterator(); } function in class:clang::ento::SymExpr
H A DSVals.h207 SymExpr::symbol_iterator symbol_end() const { function in class:clang::ento::SVal
208 return SymExpr::symbol_end();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp154 E = DebugObj.symbol_end();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h44 if (Symbol == Obj.symbol_end())
H A DRuntimeDyldCOFFX86_64.h198 if (Symbol == Obj.symbol_end())
H A DRuntimeDyldCOFFAArch64.h147 if (Symbol == Obj.symbol_end())
H A DRuntimeDyldCOFFThumb.h66 if (Symbol == Obj.symbol_end())
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp184 SE = Sym->symbol_end();
H A DTrustNonnullChecker.cpp72 for (auto B=CondS->symbol_begin(), E=CondS->symbol_end(); B != E; ++B) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp93 if (SI != Obj->symbol_end())

Completed in 215 milliseconds

12