Home
last modified time | relevance | path

Searched refs:symbol_end (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DSymbolSize.cpp56 for (symbol_iterator I = O.symbol_begin(), E = O.symbol_end(); I != E; ++I) { in computeSymbolSizes()
66 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
77 if (P.I == O.symbol_end()) in computeSymbolSizes()
92 if (P.I == O.symbol_end()) in computeSymbolSizes()
DObject.cpp174 return (*unwrap(SI) == OF->symbol_end()) ? 1 : 0; in LLVMObjectFileIsSymbolIteratorAtEnd()
245 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
DTapiFile.cpp100 basic_symbol_iterator TapiFile::symbol_end() const { in symbol_end() function in TapiFile
DIRObjectFile.cpp60 basic_symbol_iterator IRObjectFile::symbol_end() const { in symbol_end() function in IRObjectFile
DArchive.cpp954 Archive::symbol_iterator Archive::symbol_end() const { in symbol_end() function in Archive
978 Archive::symbol_iterator es = symbol_end(); in findSym()
DXCOFFObjectFile.cpp367 basic_symbol_iterator XCOFFObjectFile::symbol_end() const { in symbol_end() function in llvm::object::XCOFFObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h347 symbol_iterator symbol_end() { return Symbols.end(); } in symbol_end() function
348 const_symbol_iterator symbol_end() const { return Symbols.end(); } in symbol_end() function
350 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } in symbols()
352 return make_range(symbol_begin(), symbol_end()); in symbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DSymbolicFile.h154 virtual basic_symbol_iterator symbol_end() const = 0;
159 return basic_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
DTapiFile.h40 basic_symbol_iterator symbol_end() const override;
DArchive.h247 symbol_iterator symbol_end() const;
249 return make_range(symbol_begin(), symbol_end()); in symbols()
DIRObjectFile.h43 basic_symbol_iterator symbol_end() const override;
DCOFFImportFile.h54 basic_symbol_iterator symbol_end() const override { in symbol_end() function
DELFObjectFile.h222 return elf_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
414 basic_symbol_iterator symbol_end() const override;
879 return symbol_end(); in getRelocationSymbol()
1011 basic_symbol_iterator ELFObjectFile<ELFT>::symbol_end() const { in symbol_end() function
DXCOFFObjectFile.h254 basic_symbol_iterator symbol_end() const override;
DWasm.h161 basic_symbol_iterator symbol_end() const override;
DObjectFile.h305 return symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
DMachO.h353 basic_symbol_iterator symbol_end() const override;
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc282 const char *const symbol_end = symbol_start + info.symbol->st_size; in LookupSymbolByAddress() local
283 if (symbol_start <= address && address < symbol_end) { in LookupSymbolByAddress()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc282 const char *const symbol_end = symbol_start + info.symbol->st_size; in LookupSymbolByAddress() local
283 if (symbol_start <= address && address < symbol_end) { in LookupSymbolByAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp154 E = DebugObj.symbol_end(); in notifyFreeingObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h44 if (Symbol == Obj.symbol_end()) in processRelocationRef()
DRuntimeDyldCOFFX86_64.h198 if (Symbol == Obj.symbol_end()) in processRelocationRef()
DRuntimeDyldCOFFThumb.h66 if (Symbol == Obj.symbol_end()) in processRelocationRef()
DRuntimeDyldCOFFAArch64.h147 if (Symbol == Obj.symbol_end()) in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp235 for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E; in loadObjectImpl()
593 for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E; in computeTotalAllocSize()

12