OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toSection64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
110
XCOFFObjectFile::
toSection64
(DataRefImpl Ref) const {
251
return
toSection64
(Sec)->VirtualAddress;
260
return
toSection64
(Sec) - sectionHeaderTable64() + 1;
269
return
toSection64
(Sec)->SectionSize;
281
OffsetToRaw =
toSection64
(Sec)->FileOffsetToRawData;
318
return is64Bit() ?
toSection64
(Sec)->FileOffsetToRawData == 0
614
return is64Bit() ?
toSection64
(Sec)->Name : toSection32(Sec)->Name;
622
return is64Bit() ?
toSection64
(Sec)->Flags : toSection32(Sec)->Flags;
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h
236
const XCOFFSectionHeader64 *
toSection64
(DataRefImpl Ref) const;
Completed in 20 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026