OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSymbolSectionID
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolSize.cpp
34
static unsigned
getSymbolSectionID
(const ObjectFile &O, SymbolRef Sym) {
36
return M->
getSymbolSectionID
(Sym);
37
return cast<COFFObjectFile>(O).
getSymbolSectionID
(Sym);
60
Addresses.push_back({I, Value, SymNum,
getSymbolSectionID
(O, Sym)});
COFFObjectFile.cpp
262
unsigned COFFObjectFile::
getSymbolSectionID
(SymbolRef Sym) const {
[
all
...]
MachOObjectFile.cpp
[
all
...]
/external/llvm/lib/Object/
SymbolSize.cpp
40
static unsigned
getSymbolSectionID
(const ObjectFile &O, SymbolRef Sym) {
42
return M->
getSymbolSectionID
(Sym);
43
return cast<COFFObjectFile>(O).
getSymbolSectionID
(Sym);
66
Addresses.push_back({I, Value, SymNum,
getSymbolSectionID
(O, Sym)});
COFFObjectFile.cpp
250
unsigned COFFObjectFile::
getSymbolSectionID
(SymbolRef Sym) const {
[
all
...]
MachOObjectFile.cpp
591
unsigned MachOObjectFile::
getSymbolSectionID
(SymbolRef Sym) const {
[
all
...]
Completed in 364 milliseconds