OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumberOfSections
(Results
1 - 8
of
8
) sorted by null
/external/llvm/tools/obj2yaml/
coff2yaml.cpp
49
dumpSections(Obj.
getNumberOfSections
());
/external/llvm/lib/Object/
COFFObjectFile.cpp
121
if (Addr < SectionTable || Addr >= (SectionTable +
getNumberOfSections
()))
723
(uint64_t)
getNumberOfSections
() * sizeof(coff_section))))
821
COFFHeader && COFFHeader->isImportLibrary() ? 0 :
getNumberOfSections
();
923
if (static_cast<uint32_t>(Index) <=
getNumberOfSections
()) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
124
if (Addr < SectionTable || Addr >= (SectionTable +
getNumberOfSections
()))
761
(uint64_t)
getNumberOfSections
() * sizeof(coff_section))))
866
COFFHeader && COFFHeader->isImportLibrary() ? 0 :
getNumberOfSections
();
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
coff2yaml.cpp
53
dumpSections(Obj.
getNumberOfSections
());
/external/llvm/include/llvm/Object/
COFF.h
699
uint32_t
getNumberOfSections
() const {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
846
uint32_t
getNumberOfSections
() const {
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
563
W.printNumber("SectionCount", Obj->
getNumberOfSections
());
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp
632
W.printNumber("SectionCount", Obj->
getNumberOfSections
());
[
all
...]
Completed in 62 milliseconds