Home
last modified time | relevance | path

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

12345

/external/llvm/lib/Object/
DSymbolSize.cpp63 for (symbol_iterator I = O.symbol_begin(), E = O.symbol_end(); I != E; ++I) { in computeSymbolSizes()
73 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
80 if (P.I == O.symbol_end()) in computeSymbolSizes()
95 if (P.I == O.symbol_end()) in computeSymbolSizes()
/external/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()
/external/llvm-project/llvm/lib/Object/
DSymbolSize.cpp62 for (symbol_iterator I = O.symbol_begin(), E = O.symbol_end(); I != E; ++I) { in computeSymbolSizes()
75 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
86 if (P.I == O.symbol_end()) in computeSymbolSizes()
101 if (P.I == O.symbol_end()) in computeSymbolSizes()
/external/llvm-project/lldb/source/Target/
DThreadPlanShouldStopHere.cpp116 Address symbol_end = sc.symbol->GetAddress(); in DefaultStepFromHereCallback() local
117 symbol_end.Slide(sc.symbol->GetByteSize() - 1); in DefaultStepFromHereCallback()
119 range.ContainsFileAddress(symbol_end)) { in DefaultStepFromHereCallback()
/external/llvm/include/llvm/MC/
DMCAssembler.h317 symbol_iterator symbol_end() { return Symbols.end(); } in symbol_end() function
318 const_symbol_iterator symbol_end() const { return Symbols.end(); } in symbol_end() function
320 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } in symbols()
322 return make_range(symbol_begin(), symbol_end()); in symbols()
/external/llvm-project/llvm/include/llvm/MC/
DMCAssembler.h350 symbol_iterator symbol_end() { return Symbols.end(); } in symbol_end() function
351 const_symbol_iterator symbol_end() const { return Symbols.end(); } in symbol_end() function
353 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } in symbols()
355 return make_range(symbol_begin(), symbol_end()); in symbols()
/external/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()
/external/llvm-project/llvm/include/llvm/Object/
DSymbolicFile.h153 virtual basic_symbol_iterator symbol_end() const = 0;
158 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
/external/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
/external/llvm/include/llvm/Object/
DSymbolicFile.h148 basic_symbol_iterator symbol_end() const { in symbol_end() function
153 return basic_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
DArchive.h208 symbol_iterator symbol_end() const;
210 return make_range(symbol_begin(), symbol_end()); in symbols()
/external/llvm-project/llvm/tools/llvm-objdump/
DWasmDump.cpp38 if (SI == Obj->symbol_end()) { in getWasmRelocationValueString()
DXCOFFDump.cpp26 if (SymI == Obj->symbol_end()) in getXCOFFRelocationValueString()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymExpr.h78 static symbol_iterator symbol_end() { return symbol_iterator(); } in symbol_end() function
/external/libtextclassifier/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()
/external/rust/crates/grpcio-sys/grpc/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()
/external/webrtc/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()

12345