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

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolSize.cpp62 for (symbol_iterator I = O.symbol_begin(), E = O.symbol_end(); I != E; ++I) {
75 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
86 if (P.I == O.symbol_end())
101 if (P.I == O.symbol_end())
H A DTapiFile.cpp98 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;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DTapiFile.h40 basic_symbol_iterator symbol_end() const override;
H A DSymbolicFile.h157 virtual basic_symbol_iterator symbol_end() const = 0;
162 return basic_symbol_iterator_range(symbol_begin(), symbol_end());
H A DIRObjectFile.h43 basic_symbol_iterator symbol_end() const override;
H A DCOFFImportFile.h54 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.h276 basic_symbol_iterator symbol_end() const override;
H A DWasm.h167 basic_symbol_iterator symbol_end() const override;
H A DELFObjectFile.h225 return elf_symbol_iterator_range(symbol_begin(), symbol_end());
419 basic_symbol_iterator symbol_end() const override;
1001 return symbol_end();
1108 basic_symbol_iterator ELFObjectFile<ELFT>::symbol_end() const { function in class:llvm::object::ELFObjectFile
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.cpp38 if (SI == Obj->symbol_end()) {
H A DXCOFFDump.cpp26 if (SymI == Obj->symbol_end())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h358 symbol_iterator symbol_end() { return Symbols.end(); } function in namespace:llvm
359 const_symbol_iterator symbol_end() const { return Symbols.end(); } function in namespace:llvm
361 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); }
363 return make_range(symbol_begin(), symbol_end());
/netbsd-current/external/apache2/llvm/dist/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.h201 SymExpr::symbol_iterator symbol_end() const { function in class:clang::ento::SVal
202 return SymExpr::symbol_end();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp154 E = DebugObj.symbol_end();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h198 if (Symbol == Obj.symbol_end())
H A DRuntimeDyldCOFFI386.h44 if (Symbol == Obj.symbol_end())
H A DRuntimeDyldCOFFThumb.h66 if (Symbol == Obj.symbol_end())
H A DRuntimeDyldCOFFAArch64.h148 if (Symbol == Obj.symbol_end())
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp72 for (auto B=CondS->symbol_begin(), E=CondS->symbol_end(); B != E; ++B) {
H A DTaint.cpp184 SE = Sym->symbol_end();
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp92 if (SI != Obj->symbol_end())

Completed in 368 milliseconds

123