Home
last modified time | relevance | path

Searched refs:exprt (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp63 WriteoutInstruction(Instruction::exprt, value), in ExportInstruction()
73 assert(lhs.type() == exprt); in is_equal_to()
Dsfn_instruction_base.h73 exprt, enumerator
Dsfn_ir_to_assembly.cpp166 case Instruction::exprt: in emit()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp1546 Export exprt; in addExportInfo() local
1547 exprt.name = atom->name(); in addExportInfo()
1548 exprt.offset = _atomToAddress[atom] - _ctx.baseAddress(); in addExportInfo()
1549 exprt.kind = EXPORT_SYMBOL_FLAGS_KIND_REGULAR; in addExportInfo()
1551 exprt.flags = EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION; in addExportInfo()
1553 exprt.flags = 0; in addExportInfo()
1554 exprt.otherOffset = 0; in addExportInfo()
1555 exprt.otherName = StringRef(); in addExportInfo()
1556 nFile.exportInfo.push_back(exprt); in addExportInfo()