HomeSort by: relevance | last modified time | path
    Searched refs:ExportDirectoryEntryRef (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 904 ExportDirectoryEntryRef(ExportDirectory, 0, this));
909 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this));
910 ExportDirectoryEntryRef Ref(ExportDirectory,
1482 bool ExportDirectoryEntryRef::
1483 operator==(const ExportDirectoryEntryRef &Other) const {
1487 void ExportDirectoryEntryRef::moveNext() {
1493 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const {
1502 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const {
1508 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const {
1514 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 40 class ExportDirectoryEntryRef;
48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
804 friend class ExportDirectoryEntryRef;
1171 class ExportDirectoryEntryRef {
1173 ExportDirectoryEntryRef() = default;
1174 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I,
1178 bool operator==(const ExportDirectoryEntryRef &Other) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) {
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 670 for (const object::ExportDirectoryEntryRef &Export :
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1728 for (const ExportDirectoryEntryRef &Exp : Obj->export_directories()) {

Completed in 64 milliseconds