Home
last modified time | relevance | path

Searched refs:coff_symbol (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp268 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in defineSection() local
278 coff_section->Symbol = coff_symbol; in defineSection()
279 coff_symbol->Section = coff_section; in defineSection()
280 coff_symbol->Data.StorageClass = COFF::IMAGE_SYM_CLASS_STATIC; in defineSection()
283 coff_symbol->Aux.resize(1); in defineSection()
284 memset(&coff_symbol->Aux[0], 0, sizeof(coff_symbol->Aux[0])); in defineSection()
285 coff_symbol->Aux[0].AuxType = ATSectionDefinition; in defineSection()
286 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection(); in defineSection()
375 COFFSymbol *coff_symbol = GetOrCreateCOFFSymbol(&Symbol); in DefineSymbol() local
380 if (coff_symbol->Section && coff_symbol->Section != Sec) in DefineSymbol()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h254 struct coff_symbol { struct
269 typedef coff_symbol<support::ulittle16_t> coff_symbol16; argument
270 typedef coff_symbol<support::ulittle32_t> coff_symbol32;
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h242 typedef struct coff_symbol { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h250 struct coff_symbol { struct
265 using coff_symbol16 = coff_symbol<support::ulittle16_t>; argument
266 using coff_symbol32 = coff_symbol<support::ulittle32_t>;
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h250 struct coff_symbol { struct
265 using coff_symbol16 = coff_symbol<support::ulittle16_t>; argument
266 using coff_symbol32 = coff_symbol<support::ulittle32_t>;