OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toSec
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp
72
const coff_section *COFFObjectFile::
toSec
(DataRefImpl Sec) const {
280
const coff_section *sec =
toSec
(Sec);
289
const coff_section *sec =
toSec
(Sec);
312
const coff_section *sec =
toSec
(Sec);
319
const coff_section *sec =
toSec
(Sec);
326
const coff_section *sec =
toSec
(Sec);
341
const coff_section *sec =
toSec
(Sec);
350
const coff_section *sec =
toSec
(Sec);
357
const coff_section *sec =
toSec
(Sec);
364
const coff_section *sec =
toSec
(Sec)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
119
const coff_section *COFFObjectFile::
toSec
(DataRefImpl Ref) const {
268
const coff_section *Sec =
toSec
(Ref);
275
const coff_section *Sec =
toSec
(Ref);
280
const coff_section *Sec =
toSec
(Ref);
290
return
toSec
(Sec) - SectionTable;
294
return getSectionSize(
toSec
(Ref));
299
const coff_section *Sec =
toSec
(Ref);
307
const coff_section *Sec =
toSec
(Ref);
316
const coff_section *Sec =
toSec
(Ref);
321
const coff_section *Sec =
toSec
(Ref)
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
116
const coff_section *COFFObjectFile::
toSec
(DataRefImpl Ref) const {
256
const coff_section *Sec =
toSec
(Ref);
263
const coff_section *Sec =
toSec
(Ref);
268
const coff_section *Sec =
toSec
(Ref);
278
return getSectionSize(
toSec
(Ref));
283
const coff_section *Sec =
toSec
(Ref);
291
const coff_section *Sec =
toSec
(Ref);
300
const coff_section *Sec =
toSec
(Ref);
305
const coff_section *Sec =
toSec
(Ref);
310
const coff_section *Sec =
toSec
(Ref)
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h
91
const coff_section *
toSec
(DataRefImpl Sec) const;
/external/llvm/include/llvm/Object/
COFF.h
649
const coff_section *
toSec
(DataRefImpl Sec) const;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
790
const coff_section *
toSec
(DataRefImpl Sec) const;
[
all
...]
Completed in 185 milliseconds