/external/llvm/lib/Object/ |
D | SymbolSize.cpp | 63 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/ |
D | SymbolSize.cpp | 56 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/ |
D | SymbolSize.cpp | 62 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/ |
D | ThreadPlanShouldStopHere.cpp | 116 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/ |
D | MCAssembler.h | 317 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/ |
D | MCAssembler.h | 350 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/ |
D | MCAssembler.h | 347 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/ |
D | SymbolicFile.h | 153 virtual basic_symbol_iterator symbol_end() const = 0; 158 return basic_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
|
D | TapiFile.h | 40 basic_symbol_iterator symbol_end() const override;
|
D | Archive.h | 247 symbol_iterator symbol_end() const; 249 return make_range(symbol_begin(), symbol_end()); in symbols()
|
D | IRObjectFile.h | 43 basic_symbol_iterator symbol_end() const override;
|
D | COFFImportFile.h | 54 basic_symbol_iterator symbol_end() const override { in symbol_end() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | SymbolicFile.h | 154 virtual basic_symbol_iterator symbol_end() const = 0; 159 return basic_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
|
D | TapiFile.h | 40 basic_symbol_iterator symbol_end() const override;
|
D | Archive.h | 247 symbol_iterator symbol_end() const; 249 return make_range(symbol_begin(), symbol_end()); in symbols()
|
D | IRObjectFile.h | 43 basic_symbol_iterator symbol_end() const override;
|
D | COFFImportFile.h | 54 basic_symbol_iterator symbol_end() const override { in symbol_end() function
|
/external/llvm/include/llvm/Object/ |
D | SymbolicFile.h | 148 basic_symbol_iterator symbol_end() const { in symbol_end() function 153 return basic_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()
|
D | Archive.h | 208 symbol_iterator symbol_end() const; 210 return make_range(symbol_begin(), symbol_end()); in symbols()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | WasmDump.cpp | 38 if (SI == Obj->symbol_end()) { in getWasmRelocationValueString()
|
D | XCOFFDump.cpp | 26 if (SymI == Obj->symbol_end()) in getXCOFFRelocationValueString()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymExpr.h | 78 static symbol_iterator symbol_end() { return symbol_iterator(); } in symbol_end() function
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 282 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/ |
D | elf_mem_image.cc | 282 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/ |
D | elf_mem_image.cc | 282 const char *const symbol_end = symbol_start + info.symbol->st_size; in LookupSymbolByAddress() local 283 if (symbol_start <= address && address < symbol_end) { in LookupSymbolByAddress()
|