Home | History | Annotate | Download | only in courgette

Lines Matching refs:CheckBool

161 CheckBool AssemblyProgram::EmitPeRelocsInstruction() {
165 CheckBool AssemblyProgram::EmitElfRelocationInstruction() {
169 CheckBool AssemblyProgram::EmitElfARMRelocationInstruction() {
173 CheckBool AssemblyProgram::EmitOriginInstruction(RVA rva) {
177 CheckBool AssemblyProgram::EmitByteInstruction(uint8 byte) {
181 CheckBool AssemblyProgram::EmitBytesInstruction(const uint8* values,
186 CheckBool AssemblyProgram::EmitRel32(Label* label) {
190 CheckBool AssemblyProgram::EmitRel32ARM(uint16 op, Label* label,
196 CheckBool AssemblyProgram::EmitAbs32(Label* label) {
240 CheckBool AssemblyProgram::Emit(Instruction* instruction) {
371 typedef CheckBool (EncodedProgram::*DefineLabelMethod)(int index, RVA value);
376 static CheckBool DefineLabels(const RVAToLabel& labels,
501 CheckBool AssemblyProgram::TrimLabels() {